home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / unixansi.mak < prev    next >
Text File  |  1997-06-22  |  199KB  |  5,655 lines

  1. #    Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
  2. # This file is part of Aladdin Ghostscript.
  3. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. # or distributor accepts any responsibility for the consequences of using it,
  5. # or for whether it serves any particular purpose or works at all, unless he
  6. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. # License (the "License") for full details.
  8. # Every copy of Aladdin Ghostscript must include a copy of the License,
  9. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. # under certain conditions described in the License.  Among other things, the
  12. # License requires that the copyright notice and this notice be preserved on
  13. # all copies.
  14.  
  15. # Makefile fragment containing the current revision identification.
  16.  
  17. # Define the name of this makefile.
  18. VERSION_MAK=version.mak
  19.  
  20. # Major and minor version numbers.
  21. # MINOR0 is different from MINOR only if MINOR is a single digit.
  22. GS_VERSION_MAJOR=5
  23. GS_VERSION_MINOR=01
  24. GS_VERSION_MINOR0=01
  25. # Revision date: year x 10000 + month x 100 + day.
  26. GS_REVISIONDATE=19970622
  27.  
  28. # Derived values
  29. GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
  30. GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR)
  31. GS_REVISION=$(GS_VERSION)
  32. #    Copyright (C) 1989, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  33. # This file is part of Aladdin Ghostscript.
  34. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  35. # or distributor accepts any responsibility for the consequences of using it,
  36. # or for whether it serves any particular purpose or works at all, unless he
  37. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  38. # License (the "License") for full details.
  39. # Every copy of Aladdin Ghostscript must include a copy of the License,
  40. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  41. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  42. # under certain conditions described in the License.  Among other things, the
  43. # License requires that the copyright notice and this notice be preserved on
  44. # all copies.
  45.  
  46. # makefile for Unix/ANSI C/X11 configuration.
  47.  
  48. #****************************************************************#
  49. #   If you want to change options, DO NOT edit unix-ansi.mak     #
  50. #   or makefile.  Edit ansihead.mak and run the tar_cat script.  #
  51. #****************************************************************#
  52.  
  53. # ------------------------------- Options ------------------------------- #
  54.  
  55. ####### The following are the only parts of the file you should need to edit.
  56.  
  57. # ------ Generic options ------ #
  58.  
  59. # Define the installation commands and target directories for
  60. # executables and files.  The commands are only relevant to `make install';
  61. # the directories also define the default search path for the
  62. # initialization files (gs_*.ps) and the fonts.
  63.  
  64. INSTALL = install -c
  65. INSTALL_PROGRAM = $(INSTALL) -m 755
  66. INSTALL_DATA = $(INSTALL) -m 644
  67.  
  68. prefix = /usr/local
  69. exec_prefix = $(prefix)
  70. bindir = $(exec_prefix)/bin
  71. scriptdir = $(bindir)
  72. mandir = $(prefix)/man
  73. man1ext = 1
  74. man1dir = $(mandir)/man$(man1ext)
  75. datadir = $(prefix)/share
  76. gsdir = $(datadir)/ghostscript
  77. gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
  78.  
  79. docdir=$(gsdatadir)/doc
  80. exdir=$(gsdatadir)/examples
  81. GS_DOCDIR=$(docdir)
  82.  
  83. # Define the default directory/ies for the runtime initialization and
  84. # font files.  Separate multiple directories with a :.
  85.  
  86. GS_LIB_DEFAULT=$(gsdatadir):$(gsdir)/fonts
  87.  
  88. # Define whether or not searching for initialization files should always
  89. # look in the current directory first.  This leads to well-known security
  90. # and confusion problems, but users insist on it.
  91. # NOTE: this also affects searching for files named on the command line:
  92. # see the "File searching" section of use.txt for full details.
  93. # Because of this, setting SEARCH_HERE_FIRST to 0 is not recommended.
  94.  
  95. SEARCH_HERE_FIRST=1
  96.  
  97. # Define the name of the interpreter initialization file.
  98. # (There is no reason to change this.)
  99.  
  100. GS_INIT=gs_init.ps
  101.  
  102. # Choose generic configuration options.
  103.  
  104. # -DDEBUG
  105. #    includes debugging features (-Z switch) in the code.
  106. #      Code runs substantially slower even if no debugging switches
  107. #      are set.
  108. # -DNOPRIVATE
  109. #    makes private (static) procedures and variables public,
  110. #      so they are visible to the debugger and profiler.
  111. #      No execution time or space penalty.
  112.  
  113. GENOPT=
  114.  
  115. # Define the name of the executable file.
  116.  
  117. GS=gs
  118.  
  119. # Define the directory where the IJG JPEG library sources are stored,
  120. # and the major version of the library that is stored there.
  121. # You may need to change this if the IJG library version changes.
  122. # See jpeg.mak for more information.
  123.  
  124. JSRCDIR=jpeg-6a
  125. JVERSION=6
  126.  
  127. # Define the directory where the PNG library sources are stored,
  128. # and the version of the library that is stored there.
  129. # You may need to change this if the libpng version changes.
  130. # See libpng.mak for more information.
  131.  
  132. PSRCDIR=libpng
  133. PVERSION=96
  134.  
  135. # Choose whether to use a shared version of the PNG library, and if so,
  136. # what its name is.
  137. # See gs.mak and make.txt for more information.
  138.  
  139. SHARE_LIBPNG=0
  140. LIBPNG_NAME=png
  141.  
  142. # Define the directory where the zlib sources are stored.
  143. # See zlib.mak for more information.
  144.  
  145. ZSRCDIR=zlib
  146.  
  147. # Choose whether to use a shared version of the zlib library, and if so,
  148. # what its name is (usually libz, but sometimes libgz).
  149. # See gs.mak and make.txt for more information.
  150.  
  151. SHARE_ZLIB=0
  152. #ZLIB_NAME=gz
  153. ZLIB_NAME=z
  154.  
  155. # Define how to build the library archives.  (These are not used in any
  156. # standard configuration.)
  157.  
  158. AR=ar
  159. ARFLAGS=qc
  160. RANLIB=ranlib
  161.  
  162. # Define the configuration ID.  Read gs.mak carefully before changing this.
  163.  
  164. CONFIG=
  165.  
  166. # ------ Platform-specific options ------ #
  167.  
  168. # Define the name of the C compiler.  If the standard compiler for your
  169. # platform is ANSI-compatible, leave this line commented out; if not,
  170. # uncomment the line and insert the proper definition.
  171.  
  172. #CC=some_C_compiler
  173.  
  174. # Define the name of the linker for the final link step.
  175. # Normally this is the same as the C compiler.
  176.  
  177. CCLD=$(CC)
  178.  
  179. # Define the other compilation flags.  Add at most one of the following:
  180. #    -Aa -w -D_HPUX_SOURCE for the HP 400.
  181. #    -DBSD4_2 for 4.2bsd systems.
  182. #    -DSYSV for System V or DG/UX.
  183. #    -DSVR4 -DSVR4_0 (not -DSYSV) for System V release 4.0.
  184. #    -DSVR4 (not -DSYSV) for System V release 4.2 (or later) and Solaris 2.
  185. # XCFLAGS can be set from the command line.
  186. XCFLAGS=
  187.  
  188. CFLAGS=-O $(XCFLAGS)
  189.  
  190. # Define platform flags for ld.
  191. # SunOS and some others want -X; Ultrix wants -x.
  192. # SunOS 4.n may need -Bstatic.
  193. # Apollos running DomainOS don't support -X (and -x has no effect).
  194. # XLDFLAGS can be set from the command line.
  195. XLDFLAGS=
  196.  
  197. LDFLAGS=$(XLDFLAGS)
  198.  
  199. # Define any extra libraries to link into the executable.
  200. # ISC Unix 2.2 wants -linet.
  201. # SCO Unix needs -lsocket if you aren't including the X11 driver.
  202. # SVR4 may need -lnsl.
  203. # (Libraries required by individual drivers are handled automatically.)
  204.  
  205. EXTRALIBS=
  206.  
  207. # Define the include switch(es) for the X11 header files.
  208. # This can be null if handled in some other way (e.g., the files are
  209. # in /usr/include, or the directory is supplied by an environment variable);
  210. # in particular, SCO Xenix, Unix, and ODT just want
  211. #XINCLUDE=
  212. # Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
  213. # not in $(XINCLUDE).
  214.  
  215. XINCLUDE=-I/usr/local/X/include
  216.  
  217. # Define the directory/ies and library names for the X11 library files.
  218. # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
  219. # (dynamic libraries on SVR4) and should not include -L.
  220. # Both can be null if these files are in the default linker search path;
  221. # in particular, SCO Xenix, Unix, and ODT just want
  222. #XLIBDIRS=
  223. # X11R6 (on any platform) may need
  224. #XLIBS=Xt SM ICE Xext X11
  225.  
  226. XLIBDIRS=-L/usr/local/X/lib
  227. XLIBDIR=
  228. XLIBS=Xt Xext X11
  229.  
  230. # Define whether this platform has floating point hardware:
  231. #    FPU_TYPE=2 means floating point is faster than fixed point.
  232. # (This is the case on some RISCs with multiple instruction dispatch.)
  233. #    FPU_TYPE=1 means floating point is at worst only slightly slower
  234. # than fixed point.
  235. #    FPU_TYPE=0 means that floating point may be considerably slower.
  236. #    FPU_TYPE=-1 means that floating point is always much slower than
  237. # fixed point.
  238.  
  239. FPU_TYPE=1
  240.  
  241. # ------ Devices and features ------ #
  242.  
  243. # Choose the language feature(s) to include.  See gs.mak for details.
  244.  
  245. FEATURE_DEVS=level2.dev pdf.dev pipe.dev
  246.  
  247. # Choose whether to compile the .ps initialization files into the executable.
  248. # See gs.mak for details.
  249.  
  250. COMPILE_INITS=0
  251.  
  252. # Choose whether to store band lists on files or in memory.
  253. # The choices are 'file' or 'memory'.
  254.  
  255. BAND_LIST_STORAGE=file
  256.  
  257. # Choose which compression method to use when storing band lists in memory.
  258. # The choices are 'lzw' or 'zlib'.  lzw is not recommended, because the
  259. # LZW-compatible code in Ghostscript doesn't actually compress its input.
  260.  
  261. BAND_LIST_COMPRESSOR=zlib
  262.  
  263. # Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
  264. # See gs.mak and sfxfd.c for more details.
  265.  
  266. FILE_IMPLEMENTATION=stdio
  267.  
  268. # Choose the device(s) to include.  See devs.mak for details.
  269.  
  270. DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11mono.dev
  271. DEVICE_DEVS1=
  272. DEVICE_DEVS2=
  273. DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
  274. DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
  275. DEVICE_DEVS5=
  276. DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
  277. DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
  278. DEVICE_DEVS8=jpeg.dev jpeggray.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev
  279. DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev
  280. DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
  281. DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
  282. DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev
  283. DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
  284. DEVICE_DEVS14=
  285. DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
  286.  
  287. # ---------------------------- End of options --------------------------- #
  288.  
  289. # Define the name of the partial makefile that specifies options --
  290. # used in dependencies.
  291.  
  292. MAKEFILE=ansihead.mak
  293.  
  294. # Define the ANSI-to-K&R dependency (none for ANSI compilers).
  295.  
  296. AK=
  297.  
  298. # Define the compilation rules and flags.
  299.  
  300. CCC=$(CC) $(CCFLAGS) -c
  301. CCAUX=$(CC)
  302. CCLEAF=$(CCC)
  303.  
  304. # --------------------------- Generic makefile ---------------------------- #
  305.  
  306. # The remainder of the makefile is generic.
  307. # tar_cat concatenates this makefile with the generic makefiles.
  308. #    Copyright (C) 1990, 1993, 1996 Aladdin Enterprises.  All rights reserved.
  309. # This file is part of Aladdin Ghostscript.
  310. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  311. # or distributor accepts any responsibility for the consequences of using it,
  312. # or for whether it serves any particular purpose or works at all, unless he
  313. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  314. # License (the "License") for full details.
  315. # Every copy of Aladdin Ghostscript must include a copy of the License,
  316. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  317. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  318. # under certain conditions described in the License.  Among other things, the
  319. # License requires that the copyright notice and this notice be preserved on
  320. # all copies.
  321.  
  322. # Partial makefile common to all Unix configurations.
  323.  
  324. # This part of the makefile gets inserted after the compiler-specific part
  325. # (xxx-head.mak) and before gs.mak and devs.mak.
  326.  
  327. # ----------------------------- Generic stuff ----------------------------- #
  328.  
  329. # Define the platform name.  For a "stock" System V platform,
  330. # use sysv_ instead of unix_.
  331.  
  332. PLATFORM=unix_
  333.  
  334. # Define the syntax for command, object, and executable files.
  335.  
  336. CMD=
  337. O=-o ./
  338. OBJ=o
  339. XE=
  340. XEAUX=
  341.  
  342. # Define the current directory prefix and command invocations.
  343.  
  344. CAT=cat
  345. D=/
  346. EXPP=
  347. EXP=./
  348. SHELL=/bin/sh
  349. SH=$(SHELL)
  350. SHP=$(SH) $(EXP)
  351.  
  352. # Define generic commands.
  353.  
  354. CP_=cp
  355. RM_=rm -f
  356. RMN_=rm -f
  357.  
  358. # Define the arguments for genconf.
  359.  
  360. CONFILES=-p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol $(ld_tr)
  361.  
  362. # Define the compilation rules and flags.
  363.  
  364. CCFLAGS=$(GENOPT) $(CFLAGS)
  365.  
  366. .c.o: $(AK)
  367.     $(CCC) $*.c
  368.  
  369. CCCF=$(CCC)
  370. CCD=$(CCC)
  371. CCINT=$(CCC)
  372.  
  373. BEGINFILES=
  374. CCBEGIN=$(CCC) *.c
  375.  
  376. # Patch a couple of PC-specific things that aren't relevant to Unix builds,
  377. # but that cause `make' to produce warnings.
  378.  
  379. BGIDIR=***UNUSED***
  380. PCFBASM=
  381. #    Copyright (C) 1989, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  382. # This file is part of Aladdin Ghostscript.
  383. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  384. # or distributor accepts any responsibility for the consequences of using it,
  385. # or for whether it serves any particular purpose or works at all, unless he
  386. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  387. # License (the "License") for full details.
  388. # Every copy of Aladdin Ghostscript must include a copy of the License,
  389. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  390. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  391. # under certain conditions described in the License.  Among other things, the
  392. # License requires that the copyright notice and this notice be preserved on
  393. # all copies.
  394.  
  395. # Generic makefile, common to all platforms.
  396. # The platform-specific makefiles `include' this file.
  397. # They define the following symbols:
  398. #    GS - the name of the executable (without the extension, if any).
  399. #    GS_LIB_DEFAULT - the default directory/ies for searching for the
  400. #        initialization and font files at run time.
  401. #    SEARCH_HERE_FIRST - the default setting of -P (whether or not to
  402. #        look for files in the current directory first).
  403. #    GS_DOCDIR - the directory where documentation will be available
  404. #        at run time.
  405. #    JSRCDIR - the directory where the IJG JPEG library source code
  406. #        is stored (at compilation time).
  407. #    JVERSION - the major version number of the IJG JPEG library.
  408. #    PSRCDIR, PVERSION - the same for libpng.
  409. #    ZSRCDIR - the same for zlib.
  410. #    SHARE_LIBPNG - normally 0; if set to 1, asks the linker to use
  411. #        an existing compiled libpng (-lpng) instead of compiling and
  412. #        linking libpng explicitly.
  413. #    LIBPNG_NAME, the name of the shared libpng, currently always
  414. #        png (libpng, -lpng).
  415. #    SHARE_ZLIB - normally 0; if set to 1, asks the linker to use
  416. #        an existing compiled zlib (-lgz or -lz) instead of compiling
  417. #        and linking libgz/libz explicitly.
  418. #    ZLIB_NAME - the name of the shared zlib, either gz (for libgz, -lgz)
  419. #        or z (for libz, -lz).
  420. #    CONFIG - a configuration ID, added at the request of a customer,
  421. #        that is supposed to help in maintaining multiple variants in
  422. #        a single directory.  Normally this is an empty string;
  423. #        it may be any string that is legal as part of a file name.
  424. #    DEVICE_DEVS - the devices to include in the executable.
  425. #        See devs.mak for details.
  426. #    DEVICE_DEVS1...DEVICE_DEVS15 - additional devices, if the definition
  427. #        of DEVICE_DEVS doesn't fit on one line.  See devs.mak for details.
  428. #    FEATURE_DEVS - what features to include in the executable.
  429. #        Normally this is one of:
  430. #            level1 - a standard PostScript Level 1 language
  431. #            interpreter.
  432. #            level2 - a standard PostScript Level 2 language
  433. #            interpreter.
  434. #            pdf - a PDF-capable interpreter.
  435. #        You may include both level1 and pdf, or both level2 and pdf.
  436. #        The following feature may be added to either of the standard
  437. #        configurations:
  438. #            ccfonts - precompile fonts into C, and link them
  439. #            with the executable.  See fonts.txt for details.
  440. #        The remaining features are of interest primarily to developers
  441. #        who want to "mix and match" features to create custom
  442. #        configurations:
  443. #            dps - (partial) support for Display PostScript extensions:
  444. #            see language.txt for details.
  445. #            btoken - support for binary token encodings.
  446. #            Included automatically in the dps and level2 features.
  447. #            cidfont - (currently partial) support for CID-keyed fonts.
  448. #            color - support for the Level 1 CMYK color extensions.
  449. #            Included automatically in the dps and level2 features.
  450. #            compfont - support for composite (type 0) fonts.
  451. #            Included automatically in the level2 feature.
  452. #            dct - support for DCTEncode/Decode filters.
  453. #            Included automatically in the level2 feature.
  454. #            epsf - support for recognizing and skipping the binary
  455. #            header of MS-DOS EPSF files.
  456. #            filter - support for Level 2 filters (other than eexec,
  457. #            ASCIIHexEncode/Decode, NullEncode, PFBDecode,
  458. #            RunLengthEncode/Decode, and SubFileDecode, which are
  459. #            always included, and DCTEncode/Decode,
  460. #            which are separate).
  461. #            Included automatically in the level2 feature.
  462. #            fzlib - support for zlibEncode/Decode filters.
  463. #            ttfont - support for TrueType fonts.
  464. #            type1 - support for Type 1 fonts and eexec;
  465. #            normally included automatically in all configurations.
  466. #            type42 - support for Type 42 (embedded TrueType) fonts.
  467. #            Included automatically in the level2 feature.
  468. #        There are quite a number of other sub-features that can be
  469. #        selectively included in or excluded from a configuration,
  470. #        but the above are the ones that are most likely to be of
  471. #        interest.
  472. #    COMPILE_INITS - normally 0; if set to 1, compiles the PostScript
  473. #        language initialization files (gs_init.ps et al) into the
  474. #        executable, eliminating the need for these files to be present
  475. #        at run time.
  476. #    BAND_LIST_STORAGE - normally file; if set to memory, stores band
  477. #        lists in memory (with compression if needed).
  478. #    BAND_LIST_COMPRESSOR - normally zlib: selects the compression method
  479. #        to use for band lists in memory.
  480. #    FILE_IMPLEMENTATION - normally stdio; if set to fd, uses file
  481. #        descriptors instead of buffered stdio for file I/O; if set to
  482. #        both, provides both implementations with different procedure
  483. #        names for the fd-based implementation (see sfxfd.c for
  484. #        more information).
  485. #    EXTEND_NAMES - a value N between 0 and 6, indicating that the name
  486. #        table should have a capacity of 2^(16+N) names.  This normally
  487. #        should be set to 0 (or left undefined), since non-zero values
  488. #        result in a larger fixed space overhead and slightly slower code.
  489. #        EXTEND_NAMES is ignored in 16-bit environments.
  490. #
  491. # It is very unlikely that anyone would want to edit the remaining
  492. #   symbols, but we describe them here for completeness:
  493. #    GS_INIT - the name of the initialization file for the interpreter,
  494. #        normally gs_init.ps.
  495. #    PLATFORM - a "device" name for the platform, so that platforms can
  496. #        add various kinds of resources like devices and features.
  497. #    CMD - the suffix for shell command files (e.g., null or .bat).
  498. #        (This is only needed in a few places.)
  499. #    D - the directory separator character (\ for MS-DOS, / for Unix).
  500. #    O - the string for specifying the output file from the C compiler
  501. #        (-o for MS-DOS, -o ./ for Unix).
  502. #    OBJ - the extension for relocatable object files (e.g., o or obj).
  503. #    XE - the extension for executable files (e.g., null or .exe).
  504. #    XEAUX - the extension for the executable files (e.g., null or .exe)
  505. #        for the utility programs (ansi2knr and those compiled with
  506. #        CCAUX).
  507. #    BEGINFILES - the list of files that `make begin' and `make clean'
  508. #        should delete.
  509. #    CCA2K - the C invocation for the ansi2knr program, which is the only
  510. #        one that doesn't use ANSI C syntax.  (It is only needed if
  511. #        the main C compiler also isn't an ANSI compiler.)
  512. #    CCAUX - the C invocation for auxiliary programs (echogs, genarch,
  513. #        genconf, geninit).
  514. #    CCBEGIN - the compilation command for `make begin', normally
  515. #        $(CCC) *.c.
  516. #    CCC - the C invocation for normal compilation.
  517. #    CCD - the C invocation for files that store into frame buffers or
  518. #        device registers.  Needed because some optimizing compilers
  519. #        will eliminate necessary stores.
  520. #    CCCF - the C invocation for compiled fonts and other large,
  521. #        self-contained data modules.  Needed because MS-DOS
  522. #        requires using the 'huge' memory model for these.
  523. #    CCINT - the C invocation for compiling the main interpreter module,
  524. #        normally the same as CCC: this is needed because the
  525. #        Borland compiler generates *worse* code for this module
  526. #        (but only this module) when optimization (-O) is turned on.
  527. #    CCLEAF - the C invocation for compiling modules that contain only
  528. #        leaf procedures, which don't need to build stack frames.
  529. #        This is needed only because many compilers aren't able to
  530. #        recognize leaf procedures on their own.
  531. #    AK - if source files must be converted from ANSI to K&R syntax,
  532. #        this is $(ANSI2KNR_XE); if not, it is null.
  533. #        If a particular platform requires other utility programs
  534. #        to be built, AK must include them too.
  535. #    SHP - the prefix for invoking a shell script in the current directory
  536. #        (null for MS-DOS, $(SH) ./ for Unix).
  537. #    EXPP, EXP - the prefix for invoking an executable program in the
  538. #        current directory (null for MS-DOS, ./ for Unix).
  539. #    SH - the shell for scripts (null on MS-DOS, sh on Unix).
  540. #    CONFILES - the arguments for genconf to generate the appropriate
  541. #        linker control files (various).
  542. #    CP_ - the command for copying one file to another.  Because of
  543. #        limitations in the MS-DOS/MS Windows environment, the
  544. #        second argument must either be '.' (in which case the
  545. #        write date may be either preserved or set to the current
  546. #        date) or a file name (in which case the write date is
  547. #        always updated).
  548. #    RM_ - the command for deleting (a) file(s) (including wild cards,
  549. #        but limited to a single file or pattern).
  550. #    RMN_ = the command for deleting multiple files / patterns.
  551. #
  552. # The platform-specific makefiles must also include rules for creating
  553. # certain dynamically generated files:
  554. #    gconfig_.h - this indicates the presence or absence of
  555. #        certain system header files that are located in different
  556. #        places on different systems.  (It could be generated by
  557. #        the GNU `configure' program.)
  558. #    gconfigv.h - this indicates the status of certain machine-
  559. #        and configuration-specific features derived from definitions
  560. #        in the platform-specific makefile.
  561.  
  562. # Define the name of this makefile.
  563. GS_MAK=gs.mak
  564.  
  565. # Define the names of the executables.
  566. GS_XE=$(GS)$(XE)
  567. ANSI2KNR_XE=ansi2knr$(XEAUX)
  568. ECHOGS_XE=echogs$(XEAUX)
  569. GENARCH_XE=genarch$(XEAUX)
  570. GENCONF_XE=genconf$(XEAUX)
  571. GENINIT_XE=geninit$(XEAUX)
  572.  
  573. # Define the names of the CONFIG-dependent header files.
  574. # gconfig*.h and gconfx*.h are generated dynamically.
  575. gconfig_h=gconfxx$(CONFIG).h
  576. gconfigf_h=gconfxc$(CONFIG).h
  577.  
  578. # Watcom make insists that rules have a non-empty body!
  579. all default: $(GS_XE)
  580.     $(RM_) _temp_*
  581.  
  582. distclean maintainer-clean realclean: clean
  583.     $(RM_) makefile
  584.  
  585. clean: mostlyclean
  586.     $(RM_) arch.h
  587.     $(RM_) $(GS_XE)
  588.  
  589. mostlyclean:
  590.     $(RMN_) *.$(OBJ) *.a core gmon.out
  591.     $(RMN_) *.dev *.d_* devs*.tr gconfig*.h gconfx*.h j*.h o*.tr l*.tr
  592.     $(RMN_) deflate.h zutil.h
  593.     $(RMN_) gconfig*.c gscdefs*.c iconfig*.c
  594.     $(RMN_) _temp_* _temp_*.* *.map *.sym
  595.     $(RMN_) $(ANSI2KNR_XE) $(ECHOGS_XE) $(GENARCH_XE) $(GENCONF_XE) $(GENINIT_XE)
  596.     $(RMN_) gs_init.c $(BEGINFILES)
  597.  
  598. # Remove only configuration-dependent information.
  599. config-clean:
  600.     $(RMN_) *.dev devs*.tr gconfig*.h gconfx*.h o*.tr l*.tr
  601.  
  602. # A rule to do a quick and dirty compilation attempt when first installing
  603. # the interpreter.  Many of the compilations will fail:
  604. # follow this with 'make'.
  605.  
  606. begin:
  607.     $(RMN_) arch.h gconfig*.h gconfx*.h $(GENARCH_XE) $(GS_XE)
  608.     $(RMN_) gconfig*.c gscdefs*.c iconfig*.c
  609.     $(RMN_) gs_init.c $(BEGINFILES)
  610.     make arch.h gconfigv.h
  611.     - $(CCBEGIN)
  612.     $(RMN_) gconfig.$(OBJ) gdev*.$(OBJ) gp_*.$(OBJ) gscdefs.$(OBJ) gsmisc.$(OBJ)
  613.     $(RMN_) icfontab.$(OBJ) iconfig.$(OBJ) iinit.$(OBJ) interp.$(OBJ)
  614.  
  615. # Auxiliary programs
  616.  
  617. arch.h: $(GENARCH_XE)
  618.     $(EXPP) $(EXP)genarch arch.h
  619.  
  620. # Macros for constructing the *.dev files that describe features and
  621. # devices.
  622. SETDEV=$(EXP)echogs -e .dev -w- -l-dev -F -s -l-obj
  623. SETPDEV=$(EXP)echogs -e .dev -w- -l-dev -F -s -l-include -lpage -l-obj
  624. SETMOD=$(EXP)echogs -e .dev -w- -l-obj
  625. ADDMOD=$(EXP)echogs -e .dev -a-
  626.  
  627. # Define the compilation commands for the third-party libraries.
  628. CCCP=$(CCC) -I$(PSRCDIR) -I$(ZSRCDIR) -DPNG_USE_CONST
  629. CCCJ=$(CCC) -I. -I$(JSRCDIR)
  630. CCCZ=$(CCC) -I. -I$(ZSRCDIR)
  631.  
  632. ######################## How to define new 'features' #######################
  633. #
  634. # One defines new 'features' exactly like devices (see devs.mak for details).
  635. # For example, one would define a feature abc by adding the following to
  636. # gs.mak:
  637. #
  638. #    abc_=abc1.$(OBJ) ...
  639. #    abc.dev: $(GS_MAK) $(ECHOGS_XE) $(abc_)
  640. #        $(SETMOD) abc $(abc_)
  641. #        $(ADDMOD) abc -obj ... [if needed]
  642. #        $(ADDMOD) abc -oper ... [if appropriate]
  643. #        $(ADDMOD) abc -ps ... [if appropriate]
  644. #
  645. # If the abc feature requires the presence of some other features jkl and
  646. # pqr, then the rules must look like this:
  647. #
  648. #    abc_=abc1.$(OBJ) ...
  649. #    abc.dev: $(GS_MAK) $(ECHOGS_XE) $(abc_) jkl.dev pqr.dev
  650. #        $(SETMOD) abc $(abc_)
  651. #        ...
  652. #        $(ADDMOD) abc -include jkl pqr
  653.  
  654. # --------------------- Configuration-dependent files --------------------- #
  655.  
  656. # gconfig.h shouldn't have to depend on DEVS_ALL, but that would
  657. # involve rewriting gsconfig to only save the device name, not the
  658. # contents of the <device>.dev files.
  659. # FEATURE_DEVS must precede DEVICE_DEVS so that devices can override
  660. # features in obscure cases.
  661.  
  662. DEVS_ALL=$(PLATFORM).dev $(FEATURE_DEVS) \
  663.   $(DEVICE_DEVS) $(DEVICE_DEVS1) \
  664.   $(DEVICE_DEVS2) $(DEVICE_DEVS3) $(DEVICE_DEVS4) $(DEVICE_DEVS5) \
  665.   $(DEVICE_DEVS6) $(DEVICE_DEVS7) $(DEVICE_DEVS8) $(DEVICE_DEVS9) \
  666.   $(DEVICE_DEVS10) $(DEVICE_DEVS11) $(DEVICE_DEVS12) $(DEVICE_DEVS13) \
  667.   $(DEVICE_DEVS14) $(DEVICE_DEVS15)
  668.  
  669. devs_tr=devs.tr$(CONFIG)
  670. $(devs_tr): $(GS_MAK) $(MAKEFILE) $(ECHOGS_XE)
  671.     $(EXP)echogs -w $(devs_tr) - -include $(PLATFORM).dev
  672.     $(EXP)echogs -a $(devs_tr) - $(FEATURE_DEVS)
  673.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS)
  674.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS1)
  675.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS2)
  676.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS3)
  677.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS4)
  678.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS5)
  679.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS6)
  680.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS7)
  681.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS8)
  682.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS9)
  683.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS10)
  684.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS11)
  685.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS12)
  686.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS13)
  687.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS14)
  688.     $(EXP)echogs -a $(devs_tr) - $(DEVICE_DEVS15)
  689.  
  690. # GCONFIG_EXTRAS can be set on the command line.
  691. # Note that it consists of arguments for echogs, i.e.,
  692. # it isn't just literal text.
  693. GCONFIG_EXTRAS=
  694.  
  695. ld_tr=ld$(CONFIG).tr
  696. $(gconfig_h) $(ld_tr) lib.tr: \
  697.   $(GS_MAK) $(MAKEFILE) version.mak $(GENCONF_XE) $(ECHOGS_XE) $(devs_tr) $(DEVS_ALL) libcore.dev
  698.     $(EXP)genconf $(devs_tr) libcore.dev -h $(gconfig_h) $(CONFILES)
  699.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u GS_LIB_DEFAULT -x 2022 $(GS_LIB_DEFAULT) -x 22
  700.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u SEARCH_HERE_FIRST -s $(SEARCH_HERE_FIRST)
  701.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u GS_DOCDIR -x 2022 $(GS_DOCDIR) -x 22
  702.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u GS_INIT -x 2022 $(GS_INIT) -x 22
  703.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u GS_REVISION -s $(GS_REVISION)
  704.     $(EXP)echogs -a $(gconfig_h) -x 23 define -s -u GS_REVISIONDATE -s $(GS_REVISIONDATE)
  705.     $(EXP)echogs -a $(gconfig_h) $(GCONFIG_EXTRAS)
  706.  
  707. ################################################################
  708. # The other platform-independent makefiles are concatenated
  709. # (or included) after this one:
  710. #    lib.mak
  711. #    int.mak
  712. #    jpeg.mak
  713. #    libpng.mak
  714. #    zlib.mak
  715. #    devs.mak
  716. ################################################################
  717. #    Copyright (C) 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  718. # This file is part of Aladdin Ghostscript.
  719. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  720. # or distributor accepts any responsibility for the consequences of using it,
  721. # or for whether it serves any particular purpose or works at all, unless he
  722. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  723. # License (the "License") for full details.
  724. # Every copy of Aladdin Ghostscript must include a copy of the License,
  725. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  726. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  727. # under certain conditions described in the License.  Among other things, the
  728. # License requires that the copyright notice and this notice be preserved on
  729. # all copies.
  730.  
  731. # (Platform-independent) makefile for graphics library and other support code.
  732. # See the end of gs.mak for where this fits into the build process.
  733.  
  734. # Define the name of this makefile.
  735. LIB_MAK=lib.mak
  736.  
  737. # Define the inter-dependencies of the .h files.
  738. # Since not all versions of `make' defer expansion of macros,
  739. # we must list these in bottom-to-top order.
  740.  
  741. # Generic files
  742.  
  743. arch_h=arch.h
  744. stdpre_h=stdpre.h
  745. std_h=std.h $(arch_h) $(stdpre_h)
  746.  
  747. # Platform interfaces
  748.  
  749. gp_h=gp.h
  750. gpcheck_h=gpcheck.h
  751.  
  752. # Configuration definitions
  753.  
  754. # gconfig*.h are generated dynamically.
  755. gconfig__h=gconfig_.h
  756. gconfigv_h=gconfigv.h
  757. gscdefs_h=gscdefs.h
  758.  
  759. # C library interfaces
  760.  
  761. # Because of variations in the "standard" header files between systems, and
  762. # because we must include std.h before any file that includes sys/types.h,
  763. # we define local include files named *_.h to substitute for <*.h>.
  764.  
  765. vmsmath_h=vmsmath.h
  766.  
  767. dos__h=dos_.h
  768. ctype__h=ctype_.h $(std_h)
  769. dirent__h=dirent_.h $(std_h) $(gconfig__h)
  770. errno__h=errno_.h $(std_h)
  771. malloc__h=malloc_.h $(std_h)
  772. math__h=math_.h $(std_h) $(vmsmath_h)
  773. memory__h=memory_.h $(std_h)
  774. stat__h=stat_.h $(std_h)
  775. stdio__h=stdio_.h $(std_h)
  776. string__h=string_.h $(std_h)
  777. time__h=time_.h $(std_h) $(gconfig__h)
  778. windows__h=windows_.h
  779.  
  780. # Miscellaneous
  781.  
  782. gdebug_h=gdebug.h
  783. gsalloc_h=gsalloc.h
  784. gsargs_h=gsargs.h
  785. gserror_h=gserror.h
  786. gserrors_h=gserrors.h
  787. gsexit_h=gsexit.h
  788. gsgc_h=gsgc.h
  789. gsio_h=gsio.h
  790. gsmdebug_h=gsmdebug.h
  791. gsmemory_h=gsmemory.h
  792. gsrefct_h=gsrefct.h
  793. gsstruct_h=gsstruct.h
  794. gstypes_h=gstypes.h
  795. gx_h=gx.h $(stdio__h) $(gdebug_h) $(gserror_h) $(gsio_h) $(gsmemory_h) $(gstypes_h)
  796.  
  797. GX=$(AK) $(gx_h)
  798. GXERR=$(GX) $(gserrors_h)
  799.  
  800. ###### Support
  801.  
  802. ### Include files
  803.  
  804. gsbitops_h=gsbitops.h
  805. gsbittab_h=gsbittab.h
  806. gsflip_h=gsflip.h
  807. gsuid_h=gsuid.h
  808. gsutil_h=gsutil.h
  809. gxarith_h=gxarith.h
  810. gxbitmap_h=gxbitmap.h $(gstypes_h)
  811. gxfarith_h=gxfarith.h $(gconfigv_h) $(gxarith_h)
  812. gxfixed_h=gxfixed.h
  813. gxobj_h=gxobj.h $(gxbitmap_h)
  814. # Out of order
  815. gxalloc_h=gxalloc.h $(gsalloc_h) $(gxobj_h)
  816.  
  817. ### Executable code
  818.  
  819. gsalloc.$(OBJ): gsalloc.c $(GX) $(memory__h) $(string__h) \
  820.   $(gsmdebug_h) $(gsstruct_h) $(gxalloc_h)
  821.  
  822. gsargs.$(OBJ): gsargs.c $(ctype__h) $(stdio__h) $(string__h)\
  823.  $(gsargs_h) $(gsexit_h) $(gsmemory_h)
  824.  
  825. gsbitops.$(OBJ): gsbitops.c $(AK) $(memory__h) $(stdio__h)\
  826.  $(gdebug_h) $(gsbitops_h) $(gstypes_h)
  827.  
  828. gsbittab.$(OBJ): gsbittab.c $(AK) $(stdpre_h) $(gsbittab_h)
  829.  
  830. # gsfemu is only used in FPU-less configurations, and currently only with gcc.
  831. # We thought using CCLEAF would produce smaller code, but it actually
  832. # produces larger code!
  833. gsfemu.$(OBJ): gsfemu.c $(AK) $(std_h)
  834.  
  835. # gsflip is not part of the standard configuration: it's rather large,
  836. # and no standard facility requires it.
  837. gsflip.$(OBJ): gsflip.c $(GX) $(gsbittab_h) $(gsflip_h)
  838.     $(CCLEAF) gsflip.c
  839.  
  840. gsmemory.$(OBJ): gsmemory.c $(GX) $(malloc__h) $(memory__h) \
  841.   $(gsmdebug_h) $(gsrefct_h) $(gsstruct_h)
  842.  
  843. gsmisc.$(OBJ): gsmisc.c $(GXERR) $(gconfigv_h) \
  844.   $(malloc__h) $(math__h) $(memory__h) $(gpcheck_h) $(gxfarith_h) $(gxfixed_h)
  845.  
  846. # gsnogc currently is only used in library-only configurations.
  847. gsnogc.$(OBJ): gsnogc.c $(GX)\
  848.  $(gsgc_h) $(gsmdebug_h) $(gsstruct_h) $(gxalloc_h)
  849.  
  850. gsutil.$(OBJ): gsutil.c $(AK) $(memory__h) $(string__h) $(gconfigv_h)\
  851.  $(gstypes_h) $(gsuid_h) $(gsutil_h)
  852.  
  853. ###### Low-level facilities and utilities
  854.  
  855. ### Include files
  856.  
  857. gdevbbox_h=gdevbbox.h
  858. gdevmem_h=gdevmem.h $(gsbitops_h)
  859. gdevmrop_h=gdevmrop.h
  860.  
  861. gsccode_h=gsccode.h
  862. gsccolor_h=gsccolor.h $(gsstruct_h)
  863. gscsel_h=gscsel.h
  864. gscolor1_h=gscolor1.h
  865. gscoord_h=gscoord.h
  866. gscpm_h=gscpm.h
  867. gsdevice_h=gsdevice.h
  868. gsfcmap_h=gsfcmap.h $(gsccode_h)
  869. gsfont_h=gsfont.h
  870. gshsb_h=gshsb.h
  871. gsht_h=gsht.h
  872. gsht1_h=gsht1.h $(gsht_h)
  873. gsiparam_h=gsiparam.h
  874. gsjconf_h=gsjconf.h $(std_h)
  875. gslib_h=gslib.h
  876. gslparam_h=gslparam.h
  877. gsmatrix_h=gsmatrix.h
  878. gspaint_h=gspaint.h
  879. gsparam_h=gsparam.h
  880. gspath2_h=gspath2.h
  881. gspenum_h=gspenum.h
  882. gsropt_h=gsropt.h
  883. gsxfont_h=gsxfont.h
  884. # Out of order
  885. gschar_h=gschar.h $(gsccode_h) $(gscpm_h)
  886. gscolor2_h=gscolor2.h $(gsccolor_h) $(gsuid_h) $(gxbitmap_h)
  887. gsimage_h=gsimage.h $(gsiparam_h)
  888. gsline_h=gsline.h $(gslparam_h)
  889. gspath_h=gspath.h $(gspenum_h)
  890. gsrop_h=gsrop.h $(gsropt_h)
  891.  
  892. gxbcache_h=gxbcache.h $(gxbitmap_h)
  893. gxchar_h=gxchar.h $(gschar_h)
  894. gxcindex_h=gxcindex.h
  895. gxcvalue_h=gxcvalue.h
  896. gxclio_h=gxclio.h
  897. gxclip2_h=gxclip2.h
  898. gxcolor2_h=gxcolor2.h $(gscolor2_h) $(gsrefct_h) $(gxbitmap_h)
  899. gxcoord_h=gxcoord.h $(gscoord_h)
  900. gxcpath_h=gxcpath.h
  901. gxdda_h=gxdda.h
  902. gxdevrop_h=gxdevrop.h
  903. gxdevmem_h=gxdevmem.h
  904. gxdither_h=gxdither.h
  905. gxfcache_h=gxfcache.h $(gsuid_h) $(gsxfont_h) $(gxbcache_h)
  906. gxfcmap_h=gxfcmap.h $(gsfcmap_h) $(gsuid_h)
  907. gxfont_h=gxfont.h $(gsfont_h) $(gsuid_h) $(gsstruct_h)
  908. gxfont0_h=gxfont0.h
  909. gxfrac_h=gxfrac.h
  910. gxhttile_h=gxhttile.h
  911. gxhttype_h=gxhttype.h
  912. gxiodev_h=gxiodev.h $(stat__h)
  913. gxline_h=gxline.h $(gslparam_h)
  914. gxlum_h=gxlum.h
  915. gxmatrix_h=gxmatrix.h $(gsmatrix_h)
  916. gxpaint_h=gxpaint.h
  917. gxpath_h=gxpath.h $(gscpm_h) $(gslparam_h) $(gspenum_h)
  918. gxpcache_h=gxpcache.h
  919. gxpcolor_h=gxpcolor.h $(gxpcache_h)
  920. gxsample_h=gxsample.h
  921. gxstate_h=gxstate.h
  922. gxtmap_h=gxtmap.h
  923. gxxfont_h=gxxfont.h $(gsccode_h) $(gsmatrix_h) $(gsuid_h) $(gsxfont_h)
  924. # The following are out of order because they include other files.
  925. gsdcolor_h=gsdcolor.h $(gsccolor_h) $(gxarith_h) $(gxbitmap_h) $(gxcindex_h) $(gxhttile_h)
  926. gxdcolor_h=gxdcolor.h $(gscsel_h) $(gsdcolor_h) $(gsropt_h) $(gsstruct_h)
  927. gxdevice_h=gxdevice.h $(gsdcolor_h) $(gsiparam_h) $(gsmatrix_h) \
  928.   $(gsropt_h) $(gsstruct_h) $(gsxfont_h) \
  929.   $(gxbitmap_h) $(gxcindex_h) $(gxcvalue_h) $(gxfixed_h)
  930. gxdht_h=gxdht.h $(gsrefct_h) $(gxarith_h) $(gxhttype_h)
  931. gxctable_h=gxctable.h $(gxfixed_h) $(gxfrac_h)
  932. gscie_h=gscie.h $(gsrefct_h) $(gxctable_h)
  933. gscsepr_h=gscsepr.h
  934. gscspace_h=gscspace.h
  935. gxdcconv_h=gxdcconv.h $(gxfrac_h)
  936. gxfmap_h=gxfmap.h $(gsrefct_h) $(gxfrac_h) $(gxtmap_h)
  937. gxistate_h=gxistate.h $(gscsel_h) $(gsropt_h) $(gxcvalue_h) $(gxfixed_h) $(gxline_h) $(gxmatrix_h) $(gxtmap_h)
  938. gxclist_h=gxclist.h $(gscspace_h) $(gxbcache_h) $(gxclio_h) $(gxistate_h)
  939. gxcmap_h=gxcmap.h $(gscsel_h) $(gxcvalue_h) $(gxfmap_h)
  940. gxcspace_h=gxcspace.h $(gscspace_h) $(gsccolor_h) $(gscsel_h) $(gsstruct_h) $(gxfrac_h)
  941. gxht_h=gxht.h $(gsht1_h) $(gsrefct_h) $(gxhttype_h) $(gxtmap_h)
  942. gscolor_h=gscolor.h $(gxtmap_h)
  943. gsstate_h=gsstate.h $(gscolor_h) $(gscsel_h) $(gsdevice_h) $(gsht_h) $(gsline_h)
  944.  
  945. gzacpath_h=gzacpath.h
  946. gzcpath_h=gzcpath.h $(gxcpath_h)
  947. gzht_h=gzht.h $(gscsel_h) $(gxdht_h) $(gxfmap_h) $(gxht_h) $(gxhttile_h)
  948. gzline_h=gzline.h $(gxline_h)
  949. gzpath_h=gzpath.h $(gsstruct_h) $(gxpath_h)
  950. gzstate_h=gzstate.h $(gscpm_h) $(gsstate_h) $(gxdcolor_h) $(gxistate_h) $(gxstate_h)
  951.  
  952. gdevprn_h=gdevprn.h $(memory__h) $(string__h) $(gx_h) \
  953.   $(gserrors_h) $(gsmatrix_h) $(gsparam_h) $(gsutil_h) \
  954.   $(gxdevice_h) $(gxdevmem_h) $(gxclist_h)
  955.  
  956. sa85x_h=sa85x.h
  957. sbtx_h=sbtx.h
  958. scanchar_h=scanchar.h
  959. scommon_h=scommon.h $(gsmemory_h) $(gstypes_h) $(gsstruct_h)
  960. sdct_h=sdct.h
  961. shc_h=shc.h $(gsbittab_h)
  962. siscale_h=siscale.h $(gconfigv_h)
  963. sjpeg_h=sjpeg.h
  964. slzwx_h=slzwx.h
  965. spcxx_h=spcxx.h
  966. spdiffx_h=spdiffx.h
  967. spngpx_h=spngpx.h
  968. srlx_h=srlx.h
  969. sstring_h=sstring.h
  970. strimpl_h=strimpl.h $(scommon_h) $(gstypes_h) $(gsstruct_h)
  971. szlibx_h=szlibx.h
  972. # Out of order
  973. scf_h=scf.h $(shc_h)
  974. scfx_h=scfx.h $(shc_h)
  975. gximage_h=gximage.h $(gsiparam_h) $(gxcspace_h) $(gxdda_h) $(gxsample_h)\
  976.  $(siscale_h) $(strimpl_h)
  977.  
  978. ### Executable code
  979.  
  980. # gconfig and gscdefs are handled specially.  Currently they go in psbase
  981. # rather than in libcore, which is clearly wrong.
  982. gconfig=gconfig$(CONFIG)
  983. $(gconfig).$(OBJ): gconf.c $(GX) \
  984.   $(gscdefs_h) $(gconfig_h) $(gxdevice_h) $(gxiodev_h) $(MAKEFILE)
  985.     $(RM_) gconfig.h
  986.     $(RM_) $(gconfig).c
  987.     $(CP_) $(gconfig_h) gconfig.h
  988.     $(CP_) gconf.c $(gconfig).c
  989.     $(CCC) $(gconfig).c
  990.     $(RM_) gconfig.h
  991.     $(RM_) $(gconfig).c
  992.  
  993. gscdefs=gscdefs$(CONFIG)
  994. $(gscdefs).$(OBJ): gscdef.c $(stdpre_h) $(gscdefs_h) $(gconfig_h) $(MAKEFILE)
  995.     $(RM_) gconfig.h
  996.     $(RM_) $(gscdefs).c
  997.     $(CP_) $(gconfig_h) gconfig.h
  998.     $(CP_) gscdef.c $(gscdefs).c
  999.     $(CCC) $(gscdefs).c
  1000.     $(RM_) gconfig.h
  1001.     $(RM_) $(gscdefs).c
  1002.  
  1003. gxacpath.$(OBJ): gxacpath.c $(GXERR) \
  1004.   $(gsdcolor_h) $(gsrop_h) $(gsstruct_h) $(gsutil_h) \
  1005.   $(gxdevice_h) $(gxfixed_h) $(gxpaint_h) \
  1006.   $(gzacpath_h) $(gzcpath_h) $(gzpath_h)
  1007.  
  1008. gxbcache.$(OBJ): gxbcache.c $(GX) $(memory__h) \
  1009.   $(gsmdebug_h) $(gxbcache_h)
  1010.  
  1011. gxccache.$(OBJ): gxccache.c $(GXERR) $(gpcheck_h) \
  1012.   $(gscspace_h) $(gsimage_h) $(gsstruct_h) \
  1013.   $(gxchar_h) $(gxdevice_h) $(gxdevmem_h) $(gxfcache_h) \
  1014.   $(gxfixed_h) $(gxfont_h) $(gxhttile_h) $(gxmatrix_h) $(gxxfont_h) \
  1015.   $(gzstate_h) $(gzpath_h) $(gzcpath_h) 
  1016.  
  1017. gxccman.$(OBJ): gxccman.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1018.  $(gsbitops_h) $(gsstruct_h) $(gsutil_h) $(gxfixed_h) $(gxmatrix_h)\
  1019.  $(gxdevice_h) $(gxdevmem_h) $(gxfont_h) $(gxfcache_h) $(gxchar_h)\
  1020.  $(gxxfont_h) $(gzstate_h) $(gzpath_h)
  1021.  
  1022. gxcht.$(OBJ): gxcht.c $(GXERR) $(memory__h)\
  1023.  $(gsutil_h)\
  1024.  $(gxcmap_h) $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxistate_h)\
  1025.  $(gxmatrix_h) $(gzht_h)
  1026.  
  1027. gxcmap.$(OBJ): gxcmap.c $(GXERR) \
  1028.   $(gsccolor_h) \
  1029.   $(gxcmap_h) $(gxcspace_h) $(gxdcconv_h) $(gxdevice_h) $(gxdither_h) \
  1030.   $(gxfarith_h) $(gxfrac_h) $(gxlum_h) $(gzstate_h)
  1031.  
  1032. gxcpath.$(OBJ): gxcpath.c $(GXERR)\
  1033.  $(gscoord_h) $(gsstruct_h) $(gsutil_h)\
  1034.  $(gxdevice_h) $(gxfixed_h) $(gzpath_h) $(gzcpath_h)
  1035.  
  1036. gxdcconv.$(OBJ): gxdcconv.c $(GX) \
  1037.   $(gsdcolor_h) $(gxcmap_h) $(gxdcconv_h) $(gxdevice_h) \
  1038.   $(gxfarith_h) $(gxistate_h) $(gxlum_h)
  1039.  
  1040. gxdcolor.$(OBJ): gxdcolor.c $(GX) \
  1041.   $(gsbittab_h) $(gxdcolor_h) $(gxdevice_h)
  1042.  
  1043. gxdither.$(OBJ): gxdither.c $(GX) \
  1044.   $(gsstruct_h) $(gsdcolor_h) \
  1045.   $(gxcmap_h) $(gxdevice_h) $(gxdither_h) $(gxlum_h) $(gzht_h)
  1046.  
  1047. gxfill.$(OBJ): gxfill.c $(GXERR) $(math__h) \
  1048.   $(gsstruct_h) \
  1049.   $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxhttile_h) \
  1050.   $(gxistate_h) $(gxpaint_h) \
  1051.   $(gzcpath_h) $(gzpath_h)
  1052.  
  1053. gxht.$(OBJ): gxht.c $(GXERR) $(memory__h)\
  1054.  $(gsbitops_h) $(gsstruct_h) $(gsutil_h)\
  1055.  $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxistate_h) $(gzht_h)
  1056.  
  1057. gximage.$(OBJ): gximage.c $(GXERR) $(math__h) $(memory__h) $(gpcheck_h)\
  1058.  $(gsccolor_h) $(gspaint_h) $(gsstruct_h)\
  1059.  $(gxfixed_h) $(gxfrac_h) $(gxarith_h) $(gxmatrix_h)\
  1060.  $(gxdevice_h) $(gzpath_h) $(gzstate_h)\
  1061.  $(gzcpath_h) $(gxdevmem_h) $(gximage_h) $(gdevmrop_h)
  1062.  
  1063. gximage0.$(OBJ): gximage0.c $(GXERR) $(memory__h)\
  1064.  $(gxcpath_h) $(gxdevice_h) $(gximage_h)
  1065.  
  1066. gximage1.$(OBJ): gximage1.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1067.  $(gdevmem_h) $(gsbittab_h) $(gsccolor_h) $(gspaint_h) $(gsutil_h)\
  1068.  $(gxarith_h) $(gxcmap_h) $(gxcpath_h) $(gxdcolor_h) $(gxdevice_h)\
  1069.  $(gxdevmem_h) $(gxfixed_h) $(gximage_h) $(gxistate_h) $(gxmatrix_h)\
  1070.  $(gzht_h) $(gzpath_h)
  1071.  
  1072. gximage2.$(OBJ): gximage2.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1073.  $(gdevmem_h) $(gsccolor_h) $(gspaint_h) $(gsutil_h)\
  1074.  $(gxarith_h) $(gxcmap_h) $(gxcpath_h) $(gxdcolor_h) $(gxdevice_h)\
  1075.  $(gxdevmem_h) $(gxfixed_h) $(gximage_h) $(gxistate_h) $(gxmatrix_h)\
  1076.  $(gzht_h) $(gzpath_h)
  1077.  
  1078. gxpaint.$(OBJ): gxpaint.c $(GX) \
  1079.   $(gxdevice_h) $(gxhttile_h) $(gxpaint_h) $(gxpath_h) $(gzstate_h)
  1080.  
  1081. gxpath.$(OBJ): gxpath.c $(GXERR) \
  1082.   $(gsstruct_h) $(gxfixed_h) $(gzpath_h)
  1083.  
  1084. gxpath2.$(OBJ): gxpath2.c $(GXERR) $(math__h) \
  1085.   $(gxfixed_h) $(gxarith_h) $(gzpath_h)
  1086.  
  1087. gxpcopy.$(OBJ): gxpcopy.c $(GXERR) $(math__h) $(gconfigv_h) \
  1088.   $(gxfarith_h) $(gxfixed_h) $(gzpath_h)
  1089.  
  1090. gxpdash.$(OBJ): gxpdash.c $(GX) $(math__h) \
  1091.   $(gscoord_h) $(gsline_h) $(gsmatrix_h) \
  1092.   $(gxfixed_h) $(gzline_h) $(gzpath_h)
  1093.  
  1094. gxpflat.$(OBJ): gxpflat.c $(GX)\
  1095.  $(gxarith_h) $(gxfixed_h) $(gzpath_h)
  1096.  
  1097. gxsample.$(OBJ): gxsample.c $(GX)\
  1098.  $(gxsample_h)
  1099.  
  1100. gxstroke.$(OBJ): gxstroke.c $(GXERR) $(math__h) $(gpcheck_h) \
  1101.   $(gscoord_h) $(gsdcolor_h) $(gsdevice_h) \
  1102.   $(gxdevice_h) $(gxfarith_h) $(gxfixed_h) \
  1103.   $(gxhttile_h) $(gxistate_h) $(gxmatrix_h) $(gxpaint_h) \
  1104.   $(gzcpath_h) $(gzline_h) $(gzpath_h)
  1105.  
  1106. ###### Higher-level facilities
  1107.  
  1108. gschar.$(OBJ): gschar.c $(GXERR) $(memory__h) $(string__h)\
  1109.  $(gspath_h) $(gsstruct_h) \
  1110.  $(gxfixed_h) $(gxarith_h) $(gxmatrix_h) $(gxcoord_h) $(gxdevice_h) $(gxdevmem_h) \
  1111.  $(gxfont_h) $(gxfont0_h) $(gxchar_h) $(gxfcache_h) $(gzpath_h) $(gzstate_h)
  1112.  
  1113. gscolor.$(OBJ): gscolor.c $(GXERR) \
  1114.   $(gsccolor_h) $(gsstruct_h) $(gsutil_h) \
  1115.   $(gxcmap_h) $(gxcspace_h) $(gxdcconv_h) $(gxdevice_h) $(gzstate_h)
  1116.  
  1117. gscoord.$(OBJ): gscoord.c $(GXERR) $(math__h) \
  1118.   $(gsccode_h) $(gxcoord_h) $(gxdevice_h) $(gxfarith_h) $(gxfixed_h) $(gxfont_h) \
  1119.   $(gxmatrix_h) $(gxpath_h) $(gzstate_h)
  1120.  
  1121. gsdevice.$(OBJ): gsdevice.c $(GXERR) $(memory__h)\
  1122.  $(gscdefs_h) $(gscoord_h) $(gsmatrix_h) $(gspaint_h) $(gspath_h) $(gsstruct_h)\
  1123.  $(gxcmap_h) $(gxdevice_h) $(gxdevmem_h) $(gzstate_h)
  1124.  
  1125. gsdevmem.$(OBJ): gsdevmem.c $(GXERR) $(math__h) $(memory__h) \
  1126.   $(gxarith_h) $(gxdevice_h) $(gxdevmem_h)
  1127.  
  1128. gsdparam.$(OBJ): gsdparam.c $(GXERR) $(memory__h) $(string__h) \
  1129.   $(gsparam_h) $(gxdevice_h) $(gxfixed_h)
  1130.  
  1131. gsfont.$(OBJ): gsfont.c $(GXERR) $(memory__h)\
  1132.  $(gschar_h) $(gsstruct_h) \
  1133.  $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) $(gxfont_h) $(gxfcache_h)\
  1134.  $(gzstate_h)
  1135.  
  1136. gsht.$(OBJ): gsht.c $(GXERR) $(memory__h)\
  1137.  $(gsstruct_h) $(gsutil_h) $(gxarith_h) $(gxdevice_h) $(gzht_h) $(gzstate_h)
  1138.  
  1139. gshtscr.$(OBJ): gshtscr.c $(GXERR) $(math__h) \
  1140.   $(gsstruct_h) $(gxarith_h) $(gxdevice_h) $(gzht_h) $(gzstate_h)
  1141.  
  1142. gsimage.$(OBJ): gsimage.c $(GXERR) $(memory__h)\
  1143.   $(gscspace_h) $(gsimage_h) $(gsmatrix_h) $(gsstruct_h) \
  1144.   $(gxarith_h) $(gxdevice_h) $(gzstate_h)
  1145.  
  1146. gsimpath.$(OBJ): gsimpath.c $(GXERR) \
  1147.   $(gsmatrix_h) $(gsstate_h) $(gspath_h)
  1148.  
  1149. gsinit.$(OBJ): gsinit.c $(memory__h) $(stdio__h) \
  1150.   $(gdebug_h) $(gp_h) $(gscdefs_h) $(gslib_h) $(gsmemory_h)
  1151.  
  1152. gsiodev.$(OBJ): gsiodev.c $(GXERR) $(errno__h) $(string__h) \
  1153.   $(gp_h) $(gsparam_h) $(gxiodev_h)
  1154.  
  1155. gsline.$(OBJ): gsline.c $(GXERR) $(math__h) $(memory__h)\
  1156.  $(gsline_h) $(gxfixed_h) $(gxmatrix_h) $(gzstate_h) $(gzline_h)
  1157.  
  1158. gsmatrix.$(OBJ): gsmatrix.c $(GXERR) $(math__h) \
  1159.   $(gxfarith_h) $(gxfixed_h) $(gxmatrix_h)
  1160.  
  1161. gspaint.$(OBJ): gspaint.c $(GXERR) $(math__h) $(gpcheck_h)\
  1162.  $(gspaint_h) $(gspath_h) $(gsropt_h)\
  1163.  $(gxcpath_h) $(gxdevmem_h) $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) $(gxpaint_h)\
  1164.  $(gzpath_h) $(gzstate_h)
  1165.  
  1166. gsparam.$(OBJ): gsparam.c $(GXERR) $(memory__h) $(string__h)\
  1167.  $(gsparam_h) $(gsstruct_h)
  1168.  
  1169. gspath.$(OBJ): gspath.c $(GXERR) \
  1170.   $(gscoord_h) $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) \
  1171.   $(gzcpath_h) $(gzpath_h) $(gzstate_h)
  1172.  
  1173. gsstate.$(OBJ): gsstate.c $(GXERR) $(memory__h)\
  1174.  $(gscie_h) $(gscolor2_h) $(gscoord_h) $(gspath_h) $(gsstruct_h) $(gsutil_h) \
  1175.  $(gxcmap_h) $(gxcspace_h) $(gxdevice_h) $(gxpcache_h) \
  1176.  $(gzstate_h) $(gzht_h) $(gzline_h) $(gzpath_h) $(gzcpath_h)
  1177.  
  1178. ###### The internal devices
  1179.  
  1180. ### The built-in device implementations:
  1181.  
  1182. # The bounding box device is not normally a free-standing device.
  1183. # To configure it as one for testing, change SETMOD to SETDEV, and also
  1184. # define TEST in gdevbbox.c.
  1185. bbox.dev: $(LIB_MAK) $(ECHOGS_XE) gdevbbox.$(OBJ)
  1186.     $(SETMOD) bbox gdevbbox.$(OBJ)
  1187.  
  1188. gdevbbox.$(OBJ): gdevbbox.c $(GXERR) $(math__h) $(memory__h) \
  1189.   $(gdevbbox_h) $(gsdevice_h) $(gsparam_h) \
  1190.   $(gxcpath_h) $(gxdevice_h) $(gxistate_h) $(gxpaint_h) $(gxpath_h)
  1191.  
  1192. gdevddrw.$(OBJ): gdevddrw.c $(GXERR) $(math__h) $(gpcheck_h) \
  1193.   $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h)
  1194.  
  1195. gdevdflt.$(OBJ): gdevdflt.c $(GXERR) $(gpcheck_h)\
  1196.  $(gsbittab_h) $(gsropt_h)\
  1197.  $(gxcpath_h) $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h)
  1198.  
  1199. gdevnfwd.$(OBJ): gdevnfwd.c $(GX) \
  1200.   $(gxdevice_h)
  1201.  
  1202. # The render/RGB device is only here as an example, but we can configure
  1203. # it as a real device for testing.
  1204. rrgb.dev: $(LIB_MAK) $(ECHOGS_XE) gdevrrgb.$(OBJ) page.dev
  1205.     $(SETPDEV) rrgb gdevrrgb.$(OBJ)
  1206.  
  1207. gdevrrgb.$(OBJ): gdevrrgb.c $(AK)\
  1208.  $(gdevprn_h)
  1209.  
  1210. ### The memory devices:
  1211.  
  1212. gdevabuf.$(OBJ): gdevabuf.c $(GXERR) $(memory__h)\
  1213.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1214.  
  1215. gdevmem.$(OBJ): gdevmem.c $(GXERR) $(memory__h)\
  1216.  $(gsstruct_h) $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1217.  
  1218. gdevm1.$(OBJ): gdevm1.c $(GX) $(memory__h) $(gsrop_h)\
  1219.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1220.  
  1221. gdevm2.$(OBJ): gdevm2.c $(GX) $(memory__h)\
  1222.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1223.  
  1224. gdevm4.$(OBJ): gdevm4.c $(GX) $(memory__h)\
  1225.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1226.  
  1227. gdevm8.$(OBJ): gdevm8.c $(GX) $(memory__h)\
  1228.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1229.  
  1230. gdevm16.$(OBJ): gdevm16.c $(GX) $(memory__h)\
  1231.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1232.  
  1233. gdevm24.$(OBJ): gdevm24.c $(GX) $(memory__h)\
  1234.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1235.  
  1236. gdevm32.$(OBJ): gdevm32.c $(GX) $(memory__h)\
  1237.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1238.  
  1239. gdevmpla.$(OBJ): gdevmpla.c $(GX) $(memory__h)\
  1240.  $(gxdevice_h) $(gxdevmem_h) $(gdevmem_h)
  1241.  
  1242. # Create a pseudo-"feature" for the entire graphics library.
  1243.  
  1244. LIB1s=gsalloc.$(OBJ) gsbitops.$(OBJ) gsbittab.$(OBJ)
  1245. LIB2s=gschar.$(OBJ) gscolor.$(OBJ) gscoord.$(OBJ) gsdevice.$(OBJ) gsdevmem.$(OBJ)
  1246. LIB3s=gsdparam.$(OBJ) gsfont.$(OBJ) gsht.$(OBJ) gshtscr.$(OBJ)
  1247. LIB4s=gsimage.$(OBJ) gsimpath.$(OBJ) gsinit.$(OBJ) gsiodev.$(OBJ)
  1248. LIB5s=gsline.$(OBJ) gsmatrix.$(OBJ) gsmemory.$(OBJ) gsmisc.$(OBJ)
  1249. LIB6s=gspaint.$(OBJ) gsparam.$(OBJ) gspath.$(OBJ) gsstate.$(OBJ) gsutil.$(OBJ)
  1250. LIB1x=gxacpath.$(OBJ) gxbcache.$(OBJ)
  1251. LIB2x=gxccache.$(OBJ) gxccman.$(OBJ) gxcht.$(OBJ) gxcmap.$(OBJ) gxcpath.$(OBJ)
  1252. LIB3x=gxdcconv.$(OBJ) gxdcolor.$(OBJ) gxdither.$(OBJ) gxfill.$(OBJ) gxht.$(OBJ)
  1253. LIB4x=gximage.$(OBJ) gximage0.$(OBJ) gximage1.$(OBJ) gximage2.$(OBJ)
  1254. LIB5x=gxpaint.$(OBJ) gxpath.$(OBJ) gxpath2.$(OBJ) gxpcopy.$(OBJ)
  1255. LIB6x=gxpdash.$(OBJ) gxpflat.$(OBJ) gxsample.$(OBJ) gxstroke.$(OBJ)
  1256. LIB1d=gdevabuf.$(OBJ) gdevddrw.$(OBJ) gdevdflt.$(OBJ) gdevnfwd.$(OBJ)
  1257. LIB2d=gdevmem.$(OBJ) gdevm1.$(OBJ) gdevm2.$(OBJ) gdevm4.$(OBJ) gdevm8.$(OBJ)
  1258. LIB3d=gdevm16.$(OBJ) gdevm24.$(OBJ) gdevm32.$(OBJ) gdevmpla.$(OBJ)
  1259. LIBs=$(LIB1s) $(LIB2s) $(LIB3s) $(LIB4s) $(LIB5s) $(LIB6s)
  1260. LIBx=$(LIB1x) $(LIB2x) $(LIB3x) $(LIB4x) $(LIB5x) $(LIB6x)
  1261. LIBd=$(LIB1d) $(LIB2d) $(LIB3d)
  1262. LIB_ALL=$(LIBs) $(LIBx) $(LIBd)
  1263. libs.dev: $(LIB_MAK) $(ECHOGS_XE) $(LIBs)
  1264.     $(EXP)echogs -w libs.dev $(LIB1s)
  1265.     $(EXP)echogs -a libs.dev $(LIB2s)
  1266.     $(EXP)echogs -a libs.dev $(LIB3s)
  1267.     $(EXP)echogs -a libs.dev $(LIB4s)
  1268.     $(EXP)echogs -a libs.dev $(LIB5s)
  1269.     $(EXP)echogs -a libs.dev $(LIB6s)
  1270.     $(ADDMOD) libs -init gscolor
  1271.  
  1272. libx.dev: $(LIB_MAK) $(ECHOGS_XE) $(LIBx)
  1273.     $(EXP)echogs -w libx.dev $(LIB1x)
  1274.     $(EXP)echogs -a libx.dev $(LIB2x)
  1275.     $(EXP)echogs -a libx.dev $(LIB3x)
  1276.     $(EXP)echogs -a libx.dev $(LIB4x)
  1277.     $(EXP)echogs -a libx.dev $(LIB5x)
  1278.     $(EXP)echogs -a libx.dev $(LIB6x)
  1279.     $(ADDMOD) libx -init gximage1 gximage2
  1280.  
  1281. libd.dev: $(LIB_MAK) $(ECHOGS_XE) $(LIBd)
  1282.     $(EXP)echogs -w libd.dev $(LIB1d)
  1283.     $(EXP)echogs -a libd.dev $(LIB2d)
  1284.     $(EXP)echogs -a libd.dev $(LIB3d)
  1285.  
  1286. # roplib shouldn't be required....
  1287. libcore.dev: $(LIB_MAK) $(ECHOGS_XE)\
  1288.   libs.dev libx.dev libd.dev iscale.dev roplib.dev
  1289.     $(SETMOD) libcore
  1290.     $(ADDMOD) libcore -dev nullpage
  1291.     $(ADDMOD) libcore -include libs libx libd iscale roplib
  1292.  
  1293. # ---------------- Stream support ---------------- #
  1294. # Currently the only thing in the library that uses this is clists.
  1295.  
  1296. stream_h=stream.h $(scommon_h)
  1297.  
  1298. stream.$(OBJ): stream.c $(AK) $(stdio__h) $(memory__h) \
  1299.   $(gdebug_h) $(gpcheck_h) $(stream_h) $(strimpl_h)
  1300.  
  1301. # ---------------- File streams ---------------- #
  1302. # Currently only the high-level drivers use these, but more drivers will
  1303. # probably use them eventually.
  1304.  
  1305. sfile_=sfx$(FILE_IMPLEMENTATION).$(OBJ)
  1306. sfile.dev: $(LIB_MAK) $(ECHOGS_XE) $(sfile_)
  1307.     $(SETMOD) sfile $(sfile_)
  1308.  
  1309. sfxstdio.$(OBJ): sfxstdio.c $(AK) $(stdio__h) $(memory__h) \
  1310.   $(gdebug_h) $(gpcheck_h) $(stream_h) $(strimpl_h)
  1311.  
  1312. sfxfd.$(OBJ): sfxfd.c $(AK) $(stdio__h) $(errno__h) $(memory__h) \
  1313.   $(gdebug_h) $(gpcheck_h) $(stream_h) $(strimpl_h)
  1314.  
  1315. sfxboth.$(OBJ): sfxboth.c sfxstdio.c sfxfd.c
  1316.  
  1317. # ---------------- CCITTFax filters ---------------- #
  1318. # These are used by clists, some drivers, and Level 2 in general.
  1319.  
  1320. cfe_=scfe.$(OBJ) scfetab.$(OBJ) shc.$(OBJ)
  1321. cfe.dev: $(LIB_MAK) $(ECHOGS_XE) $(cfe_)
  1322.     $(SETMOD) cfe $(cfe_)
  1323.  
  1324. scfe.$(OBJ): scfe.c $(AK) $(memory__h) $(stdio__h) $(gdebug_h)\
  1325.   $(scf_h) $(strimpl_h) $(scfx_h)
  1326.  
  1327. scfetab.$(OBJ): scfetab.c $(AK) $(std_h) $(scommon_h) $(scf_h)
  1328.  
  1329. shc.$(OBJ): shc.c $(AK) $(std_h) $(scommon_h) $(shc_h)
  1330.  
  1331. cfd_=scfd.$(OBJ) scfdtab.$(OBJ)
  1332. cfd.dev: $(LIB_MAK) $(ECHOGS_XE) $(cfd_)
  1333.     $(SETMOD) cfd $(cfd_)
  1334.  
  1335. scfd.$(OBJ): scfd.c $(AK) $(memory__h) $(stdio__h) $(gdebug_h)\
  1336.   $(scf_h) $(strimpl_h) $(scfx_h)
  1337.  
  1338. scfdtab.$(OBJ): scfdtab.c $(AK) $(std_h) $(scommon_h) $(scf_h)
  1339.  
  1340. # ---------------- DCT (JPEG) filters ---------------- #
  1341. # These are used by Level 2, and by the JPEG-writing driver.
  1342.  
  1343. # Common code
  1344.  
  1345. sdctc_=sdctc.$(OBJ) sjpegc.$(OBJ)
  1346.  
  1347. sdctc.$(OBJ): sdctc.c $(AK) $(stdio__h)\
  1348.  $(sdct_h) $(strimpl_h)\
  1349.  jpeglib.h
  1350.  
  1351. sjpegc.$(OBJ): sjpegc.c $(AK) $(stdio__h) $(string__h) $(gx_h)\
  1352.  $(gserrors_h) $(sjpeg_h) $(sdct_h) $(strimpl_h) \
  1353.  jerror.h jpeglib.h
  1354.  
  1355. # Encoding (compression)
  1356.  
  1357. sdcte_=$(sdctc_) sdcte.$(OBJ) sjpege.$(OBJ)
  1358. sdcte.dev: $(LIB_MAK) $(ECHOGS_XE) $(sdcte_) jpege.dev
  1359.     $(SETMOD) sdcte $(sdcte_)
  1360.     $(ADDMOD) sdcte -include jpege
  1361.  
  1362. sdcte.$(OBJ): sdcte.c $(AK) $(memory__h) $(stdio__h) $(gdebug_h)\
  1363.   $(sdct_h) $(sjpeg_h) $(strimpl_h) \
  1364.   jerror.h jpeglib.h
  1365.  
  1366. sjpege.$(OBJ): sjpege.c $(AK) $(stdio__h) $(string__h) $(gx_h)\
  1367.  $(gserrors_h) $(sjpeg_h) $(sdct_h) $(strimpl_h) \
  1368.  jerror.h jpeglib.h
  1369.  
  1370. # Decoding (decompression)
  1371.  
  1372. sdctd_=$(sdctc_) sdctd.$(OBJ) sjpegd.$(OBJ)
  1373. sdctd.dev: $(LIB_MAK) $(ECHOGS_XE) $(sdctd_) jpegd.dev
  1374.     $(SETMOD) sdctd $(sdctd_)
  1375.     $(ADDMOD) sdctd -include jpegd
  1376.  
  1377. sdctd.$(OBJ): sdctd.c $(AK) $(memory__h) $(stdio__h) $(gdebug_h)\
  1378.   $(sdct_h) $(sjpeg_h) $(strimpl_h) \
  1379.   jerror.h jpeglib.h
  1380.  
  1381. sjpegd.$(OBJ): sjpegd.c $(AK) $(stdio__h) $(string__h) $(gx_h)\
  1382.  $(gserrors_h) $(sjpeg_h) $(sdct_h) $(strimpl_h)\
  1383.  jerror.h jpeglib.h
  1384.  
  1385. # ---------------- LZW filters ---------------- #
  1386. # These are used by Level 2 in general.
  1387.  
  1388. slzwe_=slzwce
  1389. #slzwe_=slzwe
  1390. lzwe_=$(slzwe_).$(OBJ) slzwc.$(OBJ)
  1391. lzwe.dev: $(LIB_MAK) $(ECHOGS_XE) $(lzwe_)
  1392.     $(SETMOD) lzwe $(lzwe_)
  1393.  
  1394. # We need slzwe.dev as a synonym for lzwe.dev for BAND_LIST_STORAGE = memory.
  1395. slzwe.dev: lzwe.dev
  1396.     $(CP_) lzwe.dev slzwe.dev
  1397.  
  1398. slzwce.$(OBJ): slzwce.c $(AK) $(stdio__h) $(gdebug_h)\
  1399.   $(slzwx_h) $(strimpl_h)
  1400.  
  1401. slzwe.$(OBJ): slzwe.c $(AK) $(stdio__h) $(gdebug_h)\
  1402.   $(slzwx_h) $(strimpl_h)
  1403.  
  1404. slzwc.$(OBJ): slzwc.c $(AK) $(std_h)\
  1405.   $(slzwx_h) $(strimpl_h)
  1406.  
  1407. lzwd_=slzwd.$(OBJ) slzwc.$(OBJ)
  1408. lzwd.dev: $(LIB_MAK) $(ECHOGS_XE) $(lzwd_)
  1409.     $(SETMOD) lzwd $(lzwd_)
  1410.  
  1411. # We need slzwd.dev as a synonym for lzwd.dev for BAND_LIST_STORAGE = memory.
  1412. slzwd.dev: lzwd.dev
  1413.     $(CP_) lzwd.dev slzwd.dev
  1414.  
  1415. slzwd.$(OBJ): slzwd.c $(AK) $(stdio__h) $(gdebug_h)\
  1416.   $(slzwx_h) $(strimpl_h)
  1417.  
  1418. # ---------------- PCX decoding filter ---------------- #
  1419. # This is an adhoc filter not used by anything in the standard configuration.
  1420.  
  1421. pcxd_=spcxd.$(OBJ)
  1422. pcxd.dev: $(LIB_MAK) $(ECHOGS_XE) $(pcxd_)
  1423.     $(SETMOD) pcxd $(pcxd_)
  1424.  
  1425. spcxd.$(OBJ): spcxd.c $(AK) $(stdio__h) $(memory__h) \
  1426.   $(spcxx_h) $(strimpl_h)
  1427.  
  1428. # ---------------- Pixel-difference filters ---------------- #
  1429. # The Predictor facility of the LZW and Flate filters uses these.
  1430.  
  1431. pdiff_=spdiff.$(OBJ)
  1432. pdiff.dev: $(LIB_MAK) $(ECHOGS_XE) $(pdiff_)
  1433.     $(SETMOD) pdiff $(pdiff_)
  1434.  
  1435. spdiff.$(OBJ): spdiff.c $(AK) $(stdio__h)\
  1436.  $(spdiffx_h) $(strimpl_h)
  1437.  
  1438. # ---------------- PNG pixel prediction filters ---------------- #
  1439. # The Predictor facility of the LZW and Flate filters uses these.
  1440.  
  1441. pngp_=spngp.$(OBJ)
  1442. pngp.dev: $(LIB_MAK) $(ECHOGS_XE) $(pngp_)
  1443.     $(SETMOD) pngp $(pngp_)
  1444.  
  1445. spngp.$(OBJ): spngp.c $(AK) $(memory__h)\
  1446.   $(spngpx_h) $(strimpl_h)
  1447.  
  1448. # ---------------- RunLength filters ---------------- #
  1449. # These are used by clists and also by Level 2 in general.
  1450.  
  1451. rle_=srle.$(OBJ)
  1452. rle.dev: $(LIB_MAK) $(ECHOGS_XE) $(rle_)
  1453.     $(SETMOD) rle $(rle_)
  1454.  
  1455. srle.$(OBJ): srle.c $(AK) $(stdio__h) $(memory__h) \
  1456.   $(srlx_h) $(strimpl_h)
  1457.  
  1458. rld_=srld.$(OBJ)
  1459. rld.dev: $(LIB_MAK) $(ECHOGS_XE) $(rld_)
  1460.     $(SETMOD) rld $(rld_)
  1461.  
  1462. srld.$(OBJ): srld.c $(AK) $(stdio__h) $(memory__h) \
  1463.   $(srlx_h) $(strimpl_h)
  1464.  
  1465. # ---------------- String encoding/decoding filters ---------------- #
  1466. # These are used by the PostScript and PDF writers, and also by the
  1467. # PostScript interpreter.
  1468.  
  1469. scantab.$(OBJ): scantab.c $(AK) $(stdpre_h)\
  1470.  $(scanchar_h) $(scommon_h)
  1471.  
  1472. sfilter2.$(OBJ): sfilter2.c $(AK) $(memory__h) $(stdio__h)\
  1473.  $(sa85x_h) $(scanchar_h) $(sbtx_h) $(strimpl_h)
  1474.  
  1475. sstring.$(OBJ): sstring.c $(AK) $(stdio__h) $(memory__h) $(string__h)\
  1476.  $(scanchar_h) $(sstring_h) $(strimpl_h)
  1477.  
  1478. # ---------------- zlib filters ---------------- #
  1479. # These are used by clists and are also available as filters.
  1480.  
  1481. szlibc_=szlibc.$(OBJ)
  1482.  
  1483. szlibc.$(OBJ): szlibc.c $(AK) $(std_h) \
  1484.   $(gsmemory_h) $(gsstruct_h) $(gstypes_h) $(strimpl_h) $(szlibx_h)
  1485.     $(CCCZ) szlibc.c
  1486.  
  1487. szlibe_=$(szlibc_) szlibe.$(OBJ)
  1488. szlibe.dev: $(LIB_MAK) $(ECHOGS_XE) zlibe.dev $(szlibe_)
  1489.     $(SETMOD) szlibe $(szlibe_)
  1490.     $(ADDMOD) szlibe -include zlibe
  1491.  
  1492. szlibe.$(OBJ): szlibe.c $(AK) $(std_h) \
  1493.   $(gsmemory_h) $(strimpl_h) $(szlibx_h)
  1494.     $(CCCZ) szlibe.c
  1495.  
  1496. szlibd_=$(szlibc_) szlibd.$(OBJ)
  1497. szlibd.dev: $(LIB_MAK) $(ECHOGS_XE) zlibd.dev $(szlibd_)
  1498.     $(SETMOD) szlibd $(szlibd_)
  1499.     $(ADDMOD) szlibd -include zlibd
  1500.  
  1501. szlibd.$(OBJ): szlibd.c $(AK) $(std_h) \
  1502.   $(gsmemory_h) $(strimpl_h) $(szlibx_h)
  1503.     $(CCCZ) szlibd.c
  1504.  
  1505. # ---------------- Command lists ---------------- #
  1506.  
  1507. gxcldev_h=gxcldev.h $(gxclist_h) $(gsropt_h) $(gxht_h) $(gxtmap_h) $(gxdht_h)\
  1508.   $(strimpl_h) $(scfx_h) $(srlx_h)
  1509. gxclpage_h=gxclpage.h $(gxclio_h)
  1510. gxclpath_h=gxclpath.h $(gxfixed_h)
  1511.  
  1512. # Command list package.  Currently the higher-level facilities are required,
  1513. # but eventually they will be optional.
  1514. clist.dev: $(LIB_MAK) $(ECHOGS_XE) clbase.dev clpath.dev
  1515.     $(SETMOD) clist -include clbase clpath
  1516.  
  1517. # Base command list facility.
  1518. clbase1_=gxclist.$(OBJ) gxclbits.$(OBJ) gxclpage.$(OBJ)
  1519. clbase2_=gxclread.$(OBJ) gxclrect.$(OBJ) stream.$(OBJ)
  1520. clbase_=$(clbase1_) $(clbase2_)
  1521. clbase.dev: $(LIB_MAK) $(ECHOGS_XE) $(clbase_) cl$(BAND_LIST_STORAGE).dev \
  1522.   cfe.dev cfd.dev rle.dev rld.dev
  1523.     $(SETMOD) clbase $(clbase1_)
  1524.     $(ADDMOD) clbase -obj $(clbase2_)
  1525.     $(ADDMOD) clbase -include cl$(BAND_LIST_STORAGE) cfe cfd rle rld
  1526.  
  1527. gdevht_h=gdevht.h $(gzht_h)
  1528.  
  1529. gdevht.$(OBJ): gdevht.c $(GXERR) \
  1530.   $(gdevht_h) $(gxdcconv_h) $(gxdcolor_h) $(gxdevice_h) $(gxdither_h)
  1531.  
  1532. gxclist.$(OBJ): gxclist.c $(GXERR) $(memory__h) $(gp_h) $(gpcheck_h)\
  1533.  $(gxcldev_h) $(gxdevice_h) $(gxdevmem_h)
  1534.  
  1535. gxclbits.$(OBJ): gxclbits.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1536.  $(gsbitops_h) $(gxcldev_h) $(gxdevice_h) $(gxdevmem_h) $(gxfmap_h)
  1537.  
  1538. gxclpage.$(OBJ): gxclpage.c $(AK)\
  1539.  $(gdevprn_h) $(gxcldev_h) $(gxclpage_h)
  1540.  
  1541. # (gxclread shouldn't need gxclpath.h)
  1542. gxclread.$(OBJ): gxclread.c $(GXERR) $(memory__h) $(gp_h) $(gpcheck_h)\
  1543.  $(gdevht_h)\
  1544.  $(gsbitops_h) $(gscoord_h) $(gsdevice_h) $(gsstate_h)\
  1545.  $(gxcldev_h) $(gxclpath_h) $(gxcmap_h) $(gxcspace_h) $(gxdcolor_h)\
  1546.  $(gxdevice_h) $(gxdevmem_h)\
  1547.  $(gxhttile_h) $(gxpaint_h) $(gzacpath_h) $(gzcpath_h) $(gzpath_h)\
  1548.  $(stream_h) $(strimpl_h)
  1549.  
  1550. gxclrect.$(OBJ): gxclrect.c $(GXERR)\
  1551.  $(gsutil_h) $(gxcldev_h) $(gxdevice_h) $(gxdevmem_h)
  1552.  
  1553. # Higher-level command list facilities.
  1554. clpath_=gxclimag.$(OBJ) gxclpath.$(OBJ)
  1555. clpath.dev: $(LIB_MAK) $(ECHOGS_XE) $(clpath_) psl2cs.dev
  1556.     $(SETMOD) clpath $(clpath_)
  1557.     $(ADDMOD) clpath -include psl2cs
  1558.     $(ADDMOD) clpath -init climag clpath
  1559.  
  1560. gxclimag.$(OBJ): gxclimag.c $(GXERR) $(math__h) $(memory__h)\
  1561.  $(gscspace_h)\
  1562.  $(gxarith_h) $(gxcldev_h) $(gxclpath_h) $(gxdevice_h) $(gxdevmem_h)\
  1563.  $(gxfmap_h)\
  1564.  $(siscale_h) $(strimpl_h)
  1565.  
  1566. gxclpath.$(OBJ): gxclpath.c $(GXERR) $(math__h) $(memory__h) $(gpcheck_h)\
  1567.  $(gxcldev_h) $(gxclpath_h) $(gxcolor2_h) $(gxdevice_h) $(gxdevmem_h)\
  1568.  $(gxpaint_h) \
  1569.  $(gzcpath_h) $(gzpath_h)
  1570.  
  1571. # Implement band lists on files.
  1572.  
  1573. clfile_=gxclfile.$(OBJ)
  1574. clfile.dev: $(LIB_MAK) $(ECHOGS_XE) $(clfile_)
  1575.     $(SETMOD) clfile $(clfile_)
  1576.  
  1577. gxclfile.$(OBJ): gxclfile.c $(stdio__h) $(string__h) \
  1578.   $(gp_h) $(gsmemory_h) $(gserror_h) $(gserrors_h) $(gxclio_h)
  1579.  
  1580. # Implement band lists in memory (RAM).
  1581.  
  1582. clmemory_=gxclmem.$(OBJ) gxcl$(BAND_LIST_COMPRESSOR).$(OBJ)
  1583. clmemory.dev: $(LIB_MAK) $(ECHOGS_XE) $(clmemory_) s$(BAND_LIST_COMPRESSOR)e.dev s$(BAND_LIST_COMPRESSOR)d.dev
  1584.     $(SETMOD) clmemory $(clmemory_)
  1585.     $(ADDMOD) clmemory -include s$(BAND_LIST_COMPRESSOR)e s$(BAND_LIST_COMPRESSOR)d
  1586.     $(ADDMOD) clmemory -init cl_$(BAND_LIST_COMPRESSOR)
  1587.  
  1588. gxclmem_h=gxclmem.h $(gxclio_h) $(strimpl_h)
  1589.  
  1590. gxclmem.$(OBJ): gxclmem.c $(GXERR) $(LIB_MAK) $(memory__h) \
  1591.   $(gxclmem_h)
  1592.  
  1593. # Implement the compression method for RAM-based band lists.
  1594.  
  1595. gxcllzw.$(OBJ): gxcllzw.c $(std_h)\
  1596.  $(gsmemory_h) $(gstypes_h) $(gxclmem_h) $(slzwx_h)
  1597.  
  1598. gxclzlib.$(OBJ): gxclzlib.c $(std_h)\
  1599.  $(gsmemory_h) $(gstypes_h) $(gxclmem_h) $(szlibx_h)
  1600.     $(CCCZ) gxclzlib.c
  1601.  
  1602. # ---------------- Page devices ---------------- #
  1603. # We include this here, rather than in devs.mak, because it is more like
  1604. # a feature than a simple device.
  1605.  
  1606. page_=gdevprn.$(OBJ)
  1607. page.dev: $(LIB_MAK) $(ECHOGS_XE) $(page_) clist.dev
  1608.     $(SETMOD) page $(page_)
  1609.     $(ADDMOD) page -include clist
  1610.  
  1611. gdevprn.$(OBJ): gdevprn.c $(ctype__h) \
  1612.   $(gdevprn_h) $(gp_h) $(gsparam_h) $(gxclio_h)
  1613.  
  1614. # ---------------- Vector devices ---------------- #
  1615. # We include this here for the same reasons as page.dev.
  1616.  
  1617. gdevvec_h=gdevvec.h $(gdevbbox_h) $(gsropt_h) $(gxdevice_h) $(gxistate_h) $(stream_h)
  1618.  
  1619. vector_=gdevvec.$(OBJ)
  1620. vector.dev: $(LIB_MAK) $(ECHOGS_XE) $(vector_) bbox.dev
  1621.     $(SETMOD) vector $(vector_)
  1622.     $(ADDMOD) vector -include bbox
  1623.  
  1624. gdevvec.$(OBJ): gdevvec.c $(GXERR) $(math__h) $(memory__h) $(string__h)\
  1625.  $(gdevvec_h) $(gp_h) $(gscspace_h) $(gsparam_h) $(gsutil_h)\
  1626.  $(gxdcolor_h) $(gxfixed_h) $(gxpaint_h)\
  1627.  $(gzcpath_h) $(gzpath_h)
  1628.  
  1629. # ---------------- Image scaling filter ---------------- #
  1630.  
  1631. iscale_=siscale.$(OBJ)
  1632. iscale.dev: $(LIB_MAK) $(ECHOGS_XE) $(iscale_)
  1633.     $(SETMOD) iscale $(iscale_)
  1634.  
  1635. siscale.$(OBJ): siscale.c $(AK) $(math__h) $(memory__h) $(stdio__h) \
  1636.   $(siscale_h) $(strimpl_h)
  1637.  
  1638. # ---------------- RasterOp et al ---------------- #
  1639. # Currently this module is required, but it should be optional.
  1640.  
  1641. roplib_=gdevmrop.$(OBJ) gsrop.$(OBJ) gsroptab.$(OBJ)
  1642. roplib.dev: $(LIB_MAK) $(ECHOGS_XE) $(roplib_)
  1643.     $(SETMOD) roplib $(roplib_)
  1644.     $(ADDMOD) roplib -init roplib
  1645.  
  1646. gdevrun.$(OBJ): gdevrun.c $(GXERR) $(memory__h) \
  1647.   $(gxdevice_h) $(gxdevmem_h)
  1648.  
  1649. gdevmrop.$(OBJ): gdevmrop.c $(GXERR) $(memory__h) \
  1650.   $(gsbittab_h) $(gsropt_h) \
  1651.   $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h) $(gxdevrop_h) \
  1652.   $(gdevmrop_h)
  1653.  
  1654. gsrop.$(OBJ): gsrop.c $(GXERR) \
  1655.   $(gsrop_h) $(gzstate_h)
  1656.  
  1657. gsroptab.$(OBJ): gsroptab.c $(stdpre_h) $(gsropt_h)
  1658.     $(CCLEAF) gsroptab.c
  1659.  
  1660. # -------- Composite (PostScript Type 0) font support -------- #
  1661.  
  1662. cmaplib_=gsfcmap.$(OBJ)
  1663. cmaplib.dev: $(LIB_MAK) $(ECHOGS_XE) $(cmaplib_)
  1664.     $(SETMOD) cmaplib $(cmaplib_)
  1665.  
  1666. gsfcmap.$(OBJ): gsfcmap.c $(GXERR)\
  1667.  $(gsstruct_h) $(gxfcmap_h)
  1668.  
  1669. psf0lib_=gschar0.$(OBJ) gsfont0.$(OBJ)
  1670. psf0lib.dev: $(LIB_MAK) $(ECHOGS_XE) cmaplib.dev $(psf0lib_)
  1671.     $(SETMOD) psf0lib $(psf0lib_)
  1672.     $(ADDMOD) psf0lib -include cmaplib
  1673.  
  1674. gschar0.$(OBJ): gschar0.c $(GXERR) $(memory__h)\
  1675.  $(gsstruct_h) $(gxfixed_h) $(gxdevice_h) $(gxdevmem_h)\
  1676.  $(gsfcmap_h) $(gxfont_h) $(gxfont0_h) $(gxchar_h)
  1677.  
  1678. gsfont0.$(OBJ): gsfont0.c $(GXERR) $(memory__h)\
  1679.  $(gsmatrix_h) $(gsstruct_h) $(gxfixed_h) $(gxdevmem_h) $(gxfcache_h)\
  1680.  $(gxfont_h) $(gxfont0_h) $(gxchar_h) $(gxdevice_h)
  1681.  
  1682. # ---------------- Pattern color ---------------- #
  1683.  
  1684. patlib_=gspcolor.$(OBJ) gxclip2.$(OBJ) gxpcmap.$(OBJ)
  1685. patlib.dev: $(LIB_MAK) $(ECHOGS_XE) cmyklib.dev psl2cs.dev $(patlib_)
  1686.     $(SETMOD) patlib -include cmyklib psl2cs
  1687.     $(ADDMOD) patlib -obj $(patlib_)
  1688.  
  1689. gspcolor.$(OBJ): gspcolor.c $(GXERR) $(math__h) \
  1690.   $(gsimage_h) $(gspath_h) $(gsrop_h) $(gsstruct_h) $(gsutil_h) \
  1691.   $(gxarith_h) $(gxcolor2_h) $(gxcoord_h) $(gxclip2_h) $(gxcspace_h) \
  1692.   $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h) \
  1693.   $(gxfixed_h) $(gxmatrix_h) $(gxpath_h) $(gxpcolor_h) $(gzstate_h)
  1694.  
  1695. gxclip2.$(OBJ): gxclip2.c $(GXERR) $(memory__h) \
  1696.   $(gsstruct_h) $(gxclip2_h) $(gxdevice_h) $(gxdevmem_h)
  1697.  
  1698. gxpcmap.$(OBJ): gxpcmap.c $(GXERR) $(math__h) $(memory__h)\
  1699.  $(gsstruct_h) $(gsutil_h)\
  1700.  $(gxcolor2_h) $(gxcspace_h) $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h)\
  1701.  $(gxfixed_h) $(gxmatrix_h) $(gxpcolor_h)\
  1702.  $(gzcpath_h) $(gzpath_h) $(gzstate_h)
  1703.  
  1704. # ---------------- PostScript Type 1 (and Type 4) fonts ---------------- #
  1705.  
  1706. type1lib_=gxtype1.$(OBJ) gxhint1.$(OBJ) gxhint2.$(OBJ) gxhint3.$(OBJ)
  1707.  
  1708. gscrypt1_h=gscrypt1.h
  1709. gstype1_h=gstype1.h
  1710. gxfont1_h=gxfont1.h
  1711. gxop1_h=gxop1.h
  1712. gxtype1_h=gxtype1.h $(gscrypt1_h) $(gstype1_h) $(gxop1_h)
  1713.  
  1714. gxtype1.$(OBJ): gxtype1.c $(GXERR) $(math__h)\
  1715.  $(gsccode_h) $(gsline_h) $(gsstruct_h)\
  1716.  $(gxarith_h) $(gxcoord_h) $(gxfixed_h) $(gxmatrix_h)\
  1717.  $(gxfont_h) $(gxfont1_h) $(gxistate_h) $(gxtype1_h)\
  1718.  $(gzpath_h)
  1719.  
  1720. gxhint1.$(OBJ): gxhint1.c $(GXERR)\
  1721.  $(gxarith_h) $(gxfixed_h) $(gxmatrix_h) $(gxchar_h)\
  1722.  $(gxfont_h) $(gxfont1_h) $(gxtype1_h)
  1723.  
  1724. gxhint2.$(OBJ): gxhint2.c $(GXERR) $(memory__h)\
  1725.  $(gxarith_h) $(gxfixed_h) $(gxmatrix_h) $(gxchar_h)\
  1726.  $(gxfont_h) $(gxfont1_h) $(gxtype1_h)
  1727.  
  1728. gxhint3.$(OBJ): gxhint3.c $(GXERR) $(math__h)\
  1729.  $(gxarith_h) $(gxfixed_h) $(gxmatrix_h) $(gxchar_h)\
  1730.  $(gxfont_h) $(gxfont1_h) $(gxtype1_h)\
  1731.  $(gzpath_h)
  1732.  
  1733. # Type 1 charstrings
  1734.  
  1735. psf1lib_=gstype1.$(OBJ)
  1736. psf1lib.dev: $(LIB_MAK) $(ECHOGS_XE) $(psf1lib_) $(type1lib_)
  1737.     $(SETMOD) psf1lib $(psf1lib_)
  1738.     $(ADDMOD) psf1lib $(type1lib_)
  1739.     $(ADDMOD) psf1lib -init gstype1
  1740.  
  1741. gstype1.$(OBJ): gstype1.c $(GXERR) $(math__h) $(memory__h)\
  1742.  $(gsstruct_h)\
  1743.  $(gxarith_h) $(gxcoord_h) $(gxfixed_h) $(gxmatrix_h) $(gxchar_h)\
  1744.  $(gxfont_h) $(gxfont1_h) $(gxistate_h) $(gxtype1_h)\
  1745.  $(gzpath_h)
  1746.  
  1747. # Type 2 charstrings
  1748.  
  1749. psf2lib_=gstype2.$(OBJ)
  1750. psf2lib.dev: $(LIB_MAK) $(ECHOGS_XE) $(psf2lib_) $(type1lib_)
  1751.     $(SETMOD) psf2lib $(psf2lib_)
  1752.     $(ADDMOD) psf2lib $(type1lib_)
  1753.     $(ADDMOD) psf2lib -init gstype2
  1754.  
  1755. gstype2.$(OBJ): gstype2.c $(GXERR) $(math__h) $(memory__h)\
  1756.  $(gsstruct_h)\
  1757.  $(gxarith_h) $(gxcoord_h) $(gxfixed_h) $(gxmatrix_h) $(gxchar_h)\
  1758.  $(gxfont_h) $(gxfont1_h) $(gxistate_h) $(gxtype1_h)\
  1759.  $(gzpath_h)
  1760.  
  1761. # ---------------- TrueType and PostScript Type 42 fonts ---------------- #
  1762.  
  1763. ttflib_=gstype42.$(OBJ)
  1764. ttflib.dev: $(LIB_MAK) $(ECHOGS_XE) $(ttflib_)
  1765.     $(SETMOD) ttflib $(ttflib_)
  1766.  
  1767. gxfont42_h=gxfont42.h
  1768.  
  1769. gstype42.$(OBJ): gstype42.c $(GXERR) $(memory__h) \
  1770.   $(gsccode_h) $(gsmatrix_h) $(gsstruct_h) \
  1771.   $(gxfixed_h) $(gxfont_h) $(gxfont42_h) $(gxistate_h) $(gxpath_h)
  1772.  
  1773. # -------- Level 1 color extensions (CMYK color and colorimage) -------- #
  1774.  
  1775. cmyklib_=gscolor1.$(OBJ) gsht1.$(OBJ)
  1776. cmyklib.dev: $(LIB_MAK) $(ECHOGS_XE) $(cmyklib_)
  1777.     $(SETMOD) cmyklib $(cmyklib_)
  1778.     $(ADDMOD) cmyklib -init gscolor1
  1779.  
  1780. gscolor1.$(OBJ): gscolor1.c $(GXERR) \
  1781.   $(gsccolor_h) $(gscolor1_h) $(gsstruct_h) $(gsutil_h) \
  1782.   $(gxcmap_h) $(gxcspace_h) $(gxdcconv_h) $(gxdevice_h) \
  1783.   $(gzstate_h)
  1784.  
  1785. gsht1.$(OBJ): gsht1.c $(GXERR) $(memory__h)\
  1786.  $(gsstruct_h) $(gsutil_h) $(gxdevice_h) $(gzht_h) $(gzstate_h)
  1787.  
  1788. colimlib_=gximage3.$(OBJ)
  1789. colimlib.dev: $(LIB_MAK) $(ECHOGS_XE) $(colimlib_)
  1790.     $(SETMOD) colimlib $(colimlib_)
  1791.     $(ADDMOD) colimlib -init gximage3
  1792.  
  1793. gximage3.$(OBJ): gximage3.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1794.  $(gsccolor_h) $(gspaint_h)\
  1795.  $(gxarith_h) $(gxcmap_h) $(gxcpath_h) $(gxdcconv_h) $(gxdcolor_h)\
  1796.  $(gxdevice_h) $(gxdevmem_h) $(gxfixed_h) $(gxfrac_h)\
  1797.  $(gximage_h) $(gxistate_h) $(gxmatrix_h)\
  1798.  $(gzpath_h) $(gzstate_h)
  1799.  
  1800. # ---------------- HSB color ---------------- #
  1801.  
  1802. hsblib_=gshsb.$(OBJ)
  1803. hsblib.dev: $(LIB_MAK) $(ECHOGS_XE) $(hsblib_)
  1804.     $(SETMOD) hsblib $(hsblib_)
  1805.  
  1806. gshsb.$(OBJ): gshsb.c $(GX) \
  1807.   $(gscolor_h) $(gshsb_h) $(gxfrac_h)
  1808.  
  1809. # ---- Level 1 path miscellany (arcs, pathbbox, path enumeration) ---- #
  1810.  
  1811. path1lib_=gspath1.$(OBJ)
  1812. path1lib.dev: $(LIB_MAK) $(ECHOGS_XE) $(path1lib_)
  1813.     $(SETMOD) path1lib $(path1lib_)
  1814.  
  1815. gspath1.$(OBJ): gspath1.c $(GXERR) $(math__h) \
  1816.   $(gscoord_h) $(gspath_h) $(gsstruct_h) \
  1817.   $(gxfarith_h) $(gxfixed_h) $(gxmatrix_h) \
  1818.   $(gzstate_h) $(gzpath_h)
  1819.  
  1820. # --------------- Level 2 color space and color image support --------------- #
  1821.  
  1822. psl2cs_=gscolor2.$(OBJ)
  1823. psl2cs.dev: $(LIB_MAK) $(ECHOGS_XE) $(psl2cs_)
  1824.     $(SETMOD) psl2cs $(psl2cs_)
  1825.  
  1826. gscolor2.$(OBJ): gscolor2.c $(GXERR) \
  1827.   $(gxarith_h) $(gxcolor2_h) $(gxcspace_h) $(gxfixed_h) $(gxmatrix_h) \
  1828.   $(gzstate_h)
  1829.  
  1830. psl2lib_=gximage4.$(OBJ) gximage5.$(OBJ)
  1831. psl2lib.dev: $(LIB_MAK) $(ECHOGS_XE) $(psl2lib_) colimlib.dev psl2cs.dev
  1832.     $(SETMOD) psl2lib $(psl2lib_)
  1833.     $(ADDMOD) psl2lib -init gximage4 gximage5
  1834.     $(ADDMOD) psl2lib -include colimlib psl2cs
  1835.  
  1836. gximage4.$(OBJ): gximage4.c $(GXERR) $(memory__h) $(gpcheck_h)\
  1837.  $(gsccolor_h) $(gspaint_h)\
  1838.  $(gxarith_h) $(gxcmap_h) $(gxcpath_h) $(gxdcolor_h) $(gxdevice_h)\
  1839.  $(gxdevmem_h) $(gxfixed_h) $(gxfrac_h) $(gximage_h) $(gxistate_h)\
  1840.  $(gxmatrix_h)\
  1841.  $(gzpath_h)
  1842.  
  1843. gximage5.$(OBJ): gximage5.c $(GXERR) $(math__h) $(memory__h) $(gpcheck_h)\
  1844.  $(gsccolor_h) $(gspaint_h)\
  1845.  $(gxarith_h) $(gxcmap_h) $(gxcpath_h) $(gxdcolor_h) $(gxdevice_h)\
  1846.  $(gxdevmem_h) $(gxfixed_h) $(gxfrac_h) $(gximage_h) $(gxistate_h)\
  1847.  $(gxmatrix_h)\
  1848.  $(gzpath_h)
  1849.  
  1850. # ---------------- Display Postscript / Level 2 support ---------------- #
  1851.  
  1852. dps2lib_=gsdps1.$(OBJ)
  1853. dps2lib.dev: $(LIB_MAK) $(ECHOGS_XE) $(dps2lib_)
  1854.     $(SETMOD) dps2lib $(dps2lib_)
  1855.  
  1856. gsdps1.$(OBJ): gsdps1.c $(GXERR) $(math__h)\
  1857.  $(gscoord_h) $(gsmatrix_h) $(gspaint_h) $(gspath_h) $(gspath2_h)\
  1858.  $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) $(gzcpath_h) $(gzpath_h) $(gzstate_h)
  1859.  
  1860. # ---------------- CIE color ---------------- #
  1861.  
  1862. cielib_=gscie.$(OBJ) gxctable.$(OBJ)
  1863. cielib.dev: $(LIB_MAK) $(ECHOGS_XE) $(cielib_)
  1864.     $(SETMOD) cielib $(cielib_)
  1865.  
  1866. gscie.$(OBJ): gscie.c $(GXERR) $(math__h) \
  1867.   $(gscie_h) $(gscolor2_h) $(gsmatrix_h) $(gsstruct_h) \
  1868.   $(gxarith_h) $(gxcmap_h) $(gxcspace_h) $(gxdevice_h) $(gzstate_h)
  1869.  
  1870. gxctable.$(OBJ): gxctable.c $(GX) \
  1871.   $(gxfixed_h) $(gxfrac_h) $(gxctable_h)
  1872.  
  1873. # ---------------- Separation colors ---------------- #
  1874.  
  1875. seprlib_=gscsepr.$(OBJ)
  1876. seprlib.dev: $(LIB_MAK) $(ECHOGS_XE) $(seprlib_)
  1877.     $(SETMOD) seprlib $(seprlib_)
  1878.  
  1879. gscsepr.$(OBJ): gscsepr.c $(GXERR)\
  1880.  $(gscsepr_h) $(gsmatrix_h) $(gsrefct_h)\
  1881.  $(gxcolor2_h) $(gxcspace_h) $(gxfixed_h) $(gzstate_h)
  1882.  
  1883. # ----------------------- Platform-specific modules ----------------------- #
  1884. # Platform-specific code doesn't really belong here: this is code that is
  1885. # shared among multiple platforms.
  1886.  
  1887. # Frame buffer implementations.
  1888.  
  1889. gp_nofb.$(OBJ): gp_nofb.c $(GX) \
  1890.   $(gp_h) $(gxdevice_h)
  1891.  
  1892. gp_dosfb.$(OBJ): gp_dosfb.c $(AK) $(malloc__h) $(memory__h)\
  1893.  $(gx_h) $(gp_h) $(gserrors_h) $(gxdevice_h)
  1894.  
  1895. # MS-DOS file system, also used by Desqview/X.
  1896. gp_dosfs.$(OBJ): gp_dosfs.c $(AK) $(dos__h) $(gp_h) $(gx_h)
  1897.  
  1898. # MS-DOS file enumeration, *not* used by Desqview/X.
  1899. gp_dosfe.$(OBJ): gp_dosfe.c $(AK) $(stdio__h) $(memory__h) $(string__h) \
  1900.   $(dos__h) $(gstypes_h) $(gsmemory_h) $(gsstruct_h) $(gp_h) $(gsutil_h)
  1901.  
  1902. # Other MS-DOS facilities.
  1903. gp_msdos.$(OBJ): gp_msdos.c $(AK) $(dos__h) $(stdio__h) $(string__h)\
  1904.  $(gsmemory_h) $(gstypes_h) $(gp_h)
  1905.  
  1906. # Unix(-like) file system, also used by Desqview/X.
  1907. gp_unifs.$(OBJ): gp_unifs.c $(AK) $(memory__h) $(string__h) $(gx_h) $(gp_h) \
  1908.   $(gsstruct_h) $(gsutil_h) $(stat__h) $(dirent__h)
  1909.  
  1910. # Unix(-like) file name syntax, *not* used by Desqview/X.
  1911. gp_unifn.$(OBJ): gp_unifn.c $(AK) $(gx_h) $(gp_h)
  1912.  
  1913. # ----------------------------- Main program ------------------------------ #
  1914.  
  1915. # Main program for library testing
  1916.  
  1917. gslib.$(OBJ): gslib.c $(AK) $(math__h) \
  1918.   $(gx_h) $(gp_h) $(gserrors_h) $(gsmatrix_h) $(gsstate_h) $(gscspace_h) \
  1919.   $(gscdefs_h) $(gscolor2_h) $(gscoord_h) $(gslib_h) $(gsparam_h) \
  1920.   $(gspaint_h) $(gspath_h) $(gsstruct_h) $(gsutil_h) \
  1921.   $(gxalloc_h) $(gxdevice_h)
  1922. #    Copyright (C) 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  1923. # This file is part of Aladdin Ghostscript.
  1924. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  1925. # or distributor accepts any responsibility for the consequences of using it,
  1926. # or for whether it serves any particular purpose or works at all, unless he
  1927. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  1928. # License (the "License") for full details.
  1929. # Every copy of Aladdin Ghostscript must include a copy of the License,
  1930. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  1931. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  1932. # under certain conditions described in the License.  Among other things, the
  1933. # License requires that the copyright notice and this notice be preserved on
  1934. # all copies.
  1935.  
  1936. # (Platform-independent) makefile for language interpreters.
  1937. # See the end of gs.mak for where this fits into the build process.
  1938.  
  1939. # Define the name of this makefile.
  1940. INT_MAK=int.mak
  1941.  
  1942. # ======================== Interpreter support ======================== #
  1943.  
  1944. # This is support code for all interpreters, not just PostScript and PDF.
  1945. # It knows about the PostScript data types, but isn't supposed to
  1946. # depend on anything outside itself.
  1947.  
  1948. errors_h=errors.h
  1949. idebug_h=idebug.h
  1950. idict_h=idict.h
  1951. igc_h=igc.h
  1952. igcstr_h=igcstr.h
  1953. iname_h=iname.h
  1954. inamedef_h=inamedef.h $(gconfigv_h) $(iname_h)
  1955. ipacked_h=ipacked.h
  1956. iref_h=iref.h
  1957. isave_h=isave.h
  1958. isstate_h=isstate.h
  1959. istruct_h=istruct.h $(gsstruct_h)
  1960. iutil_h=iutil.h
  1961. ivmspace_h=ivmspace.h $(gsgc_h)
  1962. opdef_h=opdef.h
  1963. # Nested include files
  1964. ghost_h=ghost.h $(gx_h) $(iref_h)
  1965. imemory_h=imemory.h $(gsalloc_h) $(ivmspace_h)
  1966. ialloc_h=ialloc.h $(imemory_h)
  1967. iastruct_h=iastruct.h $(gxobj_h) $(ialloc_h)
  1968. iastate_h=iastate.h $(gxalloc_h) $(ialloc_h) $(istruct_h)
  1969. store_h=store.h $(ialloc_h)
  1970.  
  1971. GH=$(AK) $(ghost_h)
  1972.  
  1973. isupport1_=ialloc.$(OBJ) igc.$(OBJ) igcref.$(OBJ) igcstr.$(OBJ)
  1974. isupport2_=ilocate.$(OBJ) iname.$(OBJ) isave.$(OBJ)
  1975. isupport_=$(isupport1_) $(isupport2_)
  1976. isupport.dev: $(INT_MAK) $(ECHOGS_XE) $(isupport_)
  1977.     $(SETMOD) isupport $(isupport1_)
  1978.     $(ADDMOD) isupport -obj $(isupport2_)
  1979.     $(ADDMOD) isupport -init igcref
  1980.  
  1981. ialloc.$(OBJ): ialloc.c $(AK) $(memory__h) $(gx_h)\
  1982.  $(errors_h) $(gsstruct_h) $(gxarith_h)\
  1983.  $(iastate_h) $(iref_h) $(ivmspace_h) $(store_h)
  1984.  
  1985. # igc.c, igcref.c, and igcstr.c should really be in the dpsand2 list,
  1986. # but since all the GC enumeration and relocation routines refer to them,
  1987. # it's too hard to separate them out from the Level 1 base.
  1988. igc.$(OBJ): igc.c $(GH) $(memory__h)\
  1989.   $(errors_h) $(gsexit_h) $(gsmdebug_h) $(gsstruct_h) $(gsutil_h) \
  1990.   $(iastate_h) $(idict_h) $(igc_h) $(igcstr_h) $(inamedef_h) \
  1991.   $(ipacked_h) $(isave_h) $(isstate_h) $(istruct_h) $(opdef_h)
  1992.  
  1993. igcref.$(OBJ): igcref.c $(GH) $(memory__h)\
  1994.  $(gsexit_h) $(gsstruct_h)\
  1995.  $(iastate_h) $(idebug_h) $(igc_h) $(iname_h) $(ipacked_h) $(store_h)
  1996.  
  1997. igcstr.$(OBJ): igcstr.c $(GH) $(memory__h)\
  1998.  $(gsmdebug_h) $(gsstruct_h) $(iastate_h) $(igcstr_h)
  1999.  
  2000. ilocate.$(OBJ): ilocate.c $(GH) $(memory__h)\
  2001.  $(errors_h) $(gsexit_h) $(gsstruct_h)\
  2002.  $(iastate_h) $(idict_h) $(igc_h) $(igcstr_h) $(iname_h)\
  2003.  $(ipacked_h) $(isstate_h) $(iutil_h) $(ivmspace_h)\
  2004.  $(store_h)
  2005.  
  2006. iname.$(OBJ): iname.c $(GH) $(memory__h) $(string__h)\
  2007.  $(gsstruct_h) $(gxobj_h)\
  2008.  $(errors_h) $(imemory_h) $(inamedef_h) $(isave_h) $(store_h)
  2009.  
  2010. isave.$(OBJ): isave.c $(GH) $(memory__h)\
  2011.  $(errors_h) $(gsexit_h) $(gsstruct_h) $(gsutil_h)\
  2012.  $(iastate_h) $(inamedef_h) $(isave_h) $(isstate_h) $(ivmspace_h)\
  2013.  $(ipacked_h) $(store_h)
  2014.  
  2015. ### Include files
  2016.  
  2017. idparam_h=idparam.h
  2018. ilevel_h=ilevel.h
  2019. iparam_h=iparam.h $(gsparam_h)
  2020. istack_h=istack.h
  2021. iutil2_h=iutil2.h
  2022. opcheck_h=opcheck.h
  2023. opextern_h=opextern.h
  2024. # Nested include files
  2025. dstack_h=dstack.h $(istack_h)
  2026. estack_h=estack.h $(istack_h)
  2027. ostack_h=ostack.h $(istack_h)
  2028. oper_h=oper.h $(iutil_h) $(opcheck_h) $(opdef_h) $(opextern_h) $(ostack_h)
  2029.  
  2030. idebug.$(OBJ): idebug.c $(GH) $(string__h)\
  2031.  $(ialloc_h) $(idebug_h) $(idict_h) $(iname_h) $(istack_h) $(iutil_h) $(ivmspace_h)\
  2032.  $(ostack_h) $(opdef_h) $(ipacked_h) $(store_h)
  2033.  
  2034. idict.$(OBJ): idict.c $(GH) $(string__h) $(errors_h)\
  2035.  $(ialloc_h) $(idebug_h) $(ivmspace_h) $(inamedef_h) $(ipacked_h)\
  2036.  $(isave_h) $(store_h) $(iutil_h) $(idict_h) $(dstack_h)
  2037.  
  2038. idparam.$(OBJ): idparam.c $(GH) $(memory__h) $(string__h) $(errors_h)\
  2039.  $(gsmatrix_h) $(gsuid_h)\
  2040.  $(idict_h) $(idparam_h) $(ilevel_h) $(imemory_h) $(iname_h) $(iutil_h)\
  2041.  $(oper_h) $(store_h)
  2042.  
  2043. iparam.$(OBJ): iparam.c $(GH) $(memory__h) $(string__h) $(errors_h)\
  2044.  $(ialloc_h) $(idict_h) $(iname_h) $(imemory_h) $(iparam_h) $(istack_h) $(iutil_h) $(ivmspace_h)\
  2045.  $(opcheck_h) $(store_h)
  2046.  
  2047. istack.$(OBJ): istack.c $(GH) $(memory__h) \
  2048.   $(errors_h) $(gsstruct_h) $(gsutil_h) \
  2049.   $(ialloc_h) $(istack_h) $(istruct_h) $(iutil_h) $(ivmspace_h) $(store_h)
  2050.  
  2051. iutil.$(OBJ): iutil.c $(GH) $(math__h) $(memory__h) $(string__h)\
  2052.  $(gsccode_h) $(gsmatrix_h) $(gsutil_h) $(gxfont_h)\
  2053.  $(errors_h) $(idict_h) $(imemory_h) $(iutil_h) $(ivmspace_h)\
  2054.  $(iname_h) $(ipacked_h) $(oper_h) $(store_h)
  2055.  
  2056. # ======================== PostScript Level 1 ======================== #
  2057.  
  2058. ###### Include files
  2059.  
  2060. files_h=files.h
  2061. fname_h=fname.h
  2062. ichar_h=ichar.h
  2063. icharout_h=icharout.h
  2064. icolor_h=icolor.h
  2065. icontext_h=icontext.h $(imemory_h) $(istack_h)
  2066. icsmap_h=icsmap.h
  2067. ifont_h=ifont.h $(gsccode_h) $(gsstruct_h)
  2068. iht_h=iht.h
  2069. iimage_h=iimage.h
  2070. imain_h=imain.h $(gsexit_h)
  2071. imainarg_h=imainarg.h
  2072. iminst_h=iminst.h $(imain_h)
  2073. interp_h=interp.h
  2074. iparray_h=iparray.h
  2075. iscannum_h=iscannum.h
  2076. istream_h=istream.h
  2077. main_h=main.h $(iminst_h)
  2078. overlay_h=overlay.h
  2079. sbwbs_h=sbwbs.h
  2080. sfilter_h=sfilter.h $(gstypes_h)
  2081. shcgen_h=shcgen.h
  2082. smtf_h=smtf.h
  2083. # Nested include files
  2084. bfont_h=bfont.h $(ifont_h)
  2085. ifilter_h=ifilter.h $(istream_h) $(ivmspace_h)
  2086. igstate_h=igstate.h $(gsstate_h) $(gxstate_h) $(istruct_h)
  2087. iscan_h=iscan.h $(sa85x_h) $(sstring_h)
  2088. sbhc_h=sbhc.h $(shc_h)
  2089. # Include files for optional features
  2090. ibnum_h=ibnum.h
  2091.  
  2092. ### Initialization and scanning
  2093.  
  2094. iconfig=iconfig$(CONFIG)
  2095. $(iconfig).$(OBJ): iconf.c $(stdio__h) \
  2096.   $(gconfig_h) $(gscdefs_h) $(gsmemory_h) \
  2097.   $(files_h) $(iminst_h) $(iref_h) $(ivmspace_h) $(opdef_h) $(stream_h)
  2098.     $(RM_) gconfig.h
  2099.     $(RM_) $(iconfig).c
  2100.     $(CP_) $(gconfig_h) gconfig.h
  2101.     $(CP_) iconf.c $(iconfig).c
  2102.     $(CCC) $(iconfig).c
  2103.     $(RM_) gconfig.h
  2104.     $(RM_) $(iconfig).c
  2105.  
  2106. iinit.$(OBJ): iinit.c $(GH) $(string__h)\
  2107.  $(gscdefs_h) $(gsexit_h) $(gsstruct_h)\
  2108.  $(ialloc_h) $(idict_h) $(dstack_h) $(errors_h)\
  2109.  $(ilevel_h) $(iname_h) $(interp_h) $(opdef_h)\
  2110.  $(ipacked_h) $(iparray_h) $(iutil_h) $(ivmspace_h) $(store_h)
  2111.  
  2112. iscan.$(OBJ): iscan.c $(GH) $(memory__h)\
  2113.  $(ialloc_h) $(idict_h) $(dstack_h) $(errors_h) $(files_h)\
  2114.  $(ilevel_h) $(iutil_h) $(iscan_h) $(iscannum_h) $(istruct_h) $(ivmspace_h)\
  2115.  $(iname_h) $(ipacked_h) $(iparray_h) $(istream_h) $(ostack_h) $(store_h)\
  2116.  $(stream_h) $(strimpl_h) $(sfilter_h) $(scanchar_h)
  2117.  
  2118. iscannum.$(OBJ): iscannum.c $(GH) $(math__h)\
  2119.   $(errors_h) $(iscannum_h) $(scanchar_h) $(scommon_h) $(store_h)
  2120.  
  2121. ### Streams
  2122.  
  2123. sfilter1.$(OBJ): sfilter1.c $(AK) $(stdio__h) $(memory__h) \
  2124.   $(sfilter_h) $(strimpl_h)
  2125.  
  2126. ###### Operators
  2127.  
  2128. OP=$(GH) $(errors_h) $(oper_h)
  2129.  
  2130. ### Non-graphics operators
  2131.  
  2132. zarith.$(OBJ): zarith.c $(OP) $(math__h) $(store_h)
  2133.  
  2134. zarray.$(OBJ): zarray.c $(OP) $(memory__h) $(ialloc_h) $(ipacked_h) $(store_h)
  2135.  
  2136. zcontrol.$(OBJ): zcontrol.c $(OP) $(string__h)\
  2137.  $(estack_h) $(files_h) $(ipacked_h) $(iutil_h) $(store_h) $(stream_h)
  2138.  
  2139. zdict.$(OBJ): zdict.c $(OP) \
  2140.   $(dstack_h) $(idict_h) $(ilevel_h) $(iname_h) $(ipacked_h) $(ivmspace_h) \
  2141.   $(store_h)
  2142.  
  2143. zfile.$(OBJ): zfile.c $(OP) $(memory__h) $(string__h) $(gp_h)\
  2144.  $(gsstruct_h) $(gxiodev_h) \
  2145.  $(ialloc_h) $(estack_h) $(files_h) $(fname_h) $(ilevel_h) $(interp_h) $(iutil_h)\
  2146.  $(isave_h) $(main_h) $(sfilter_h) $(stream_h) $(strimpl_h) $(store_h)
  2147.  
  2148. zfileio.$(OBJ): zfileio.c $(OP) $(gp_h) \
  2149.   $(files_h) $(ifilter_h) $(store_h) $(stream_h) $(strimpl_h) \
  2150.   $(gsmatrix_h) $(gxdevice_h) $(gxdevmem_h)
  2151.  
  2152. zfilter.$(OBJ): zfilter.c $(OP) $(memory__h)\
  2153.  $(gsstruct_h) $(files_h) $(ialloc_h) $(idict_h) $(idparam_h) $(ifilter_h) \
  2154.  $(sfilter_h) $(srlx_h) $(sstring_h) $(store_h) $(stream_h) $(strimpl_h)
  2155.  
  2156. zfname.$(OBJ): zfname.c $(OP) $(memory__h)\
  2157.  $(fname_h) $(gxiodev_h) $(ialloc_h) $(stream_h)
  2158.  
  2159. zfproc.$(OBJ): zfproc.c $(GH) $(memory__h)\
  2160.  $(errors_h) $(oper_h)\
  2161.  $(estack_h) $(files_h) $(gsstruct_h) $(ialloc_h) $(ifilter_h) $(istruct_h)\
  2162.  $(store_h) $(stream_h) $(strimpl_h)
  2163.  
  2164. zgeneric.$(OBJ): zgeneric.c $(OP) $(memory__h)\
  2165.  $(idict_h) $(estack_h) $(ivmspace_h) $(iname_h) $(ipacked_h) $(store_h)
  2166.  
  2167. ziodev.$(OBJ): ziodev.c $(OP) $(memory__h) $(stdio__h) $(string__h)\
  2168.  $(gp_h) $(gpcheck_h)\
  2169.  $(gsstruct_h) $(gxiodev_h)\
  2170.  $(files_h) $(ialloc_h) $(ivmspace_h) $(store_h) $(stream_h)
  2171.  
  2172. zmath.$(OBJ): zmath.c $(OP) $(math__h) $(gxfarith_h) $(store_h)
  2173.  
  2174. zmisc.$(OBJ): zmisc.c $(OP) $(gscdefs_h) $(gp_h) \
  2175.   $(errno__h) $(memory__h) $(string__h) \
  2176.   $(ialloc_h) $(idict_h) $(dstack_h) $(iname_h) $(ivmspace_h) $(ipacked_h) $(store_h)
  2177.  
  2178. zpacked.$(OBJ): zpacked.c $(OP) \
  2179.   $(ialloc_h) $(idict_h) $(ivmspace_h) $(iname_h) $(ipacked_h) $(iparray_h) \
  2180.   $(istack_h) $(store_h)
  2181.  
  2182. zrelbit.$(OBJ): zrelbit.c $(OP) $(gsutil_h) $(store_h) $(idict_h)
  2183.  
  2184. zstack.$(OBJ): zstack.c $(OP) $(memory__h)\
  2185.  $(ialloc_h) $(istack_h) $(store_h)
  2186.  
  2187. zstring.$(OBJ): zstring.c $(OP) $(memory__h)\
  2188.  $(gsutil_h)\
  2189.  $(ialloc_h) $(iname_h) $(ivmspace_h) $(store_h)
  2190.  
  2191. zsysvm.$(OBJ): zsysvm.c $(GH)\
  2192.  $(ialloc_h) $(ivmspace_h) $(oper_h) $(store_h)
  2193.  
  2194. ztoken.$(OBJ): ztoken.c $(OP) \
  2195.   $(estack_h) $(files_h) $(gsstruct_h) $(iscan_h) \
  2196.   $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  2197.  
  2198. ztype.$(OBJ): ztype.c $(OP) $(math__h) $(memory__h) $(string__h)\
  2199.  $(dstack_h) $(idict_h) $(imemory_h) $(iname_h)\
  2200.  $(iscan_h) $(iutil_h) $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  2201.  
  2202. zvmem.$(OBJ): zvmem.c $(OP)\
  2203.  $(dstack_h) $(estack_h) $(files_h)\
  2204.  $(ialloc_h) $(idict_h) $(igstate_h) $(isave_h) $(store_h) $(stream_h)\
  2205.  $(gsmatrix_h) $(gsstate_h) $(gsstruct_h)
  2206.  
  2207. ### Graphics operators
  2208.  
  2209. zchar.$(OBJ): zchar.c $(OP)\
  2210.  $(gsstruct_h) $(gxarith_h) $(gxfixed_h) $(gxmatrix_h)\
  2211.  $(gxchar_h) $(gxdevice_h) $(gxfont_h) $(gzpath_h) $(gzstate_h)\
  2212.  $(dstack_h) $(estack_h) $(ialloc_h) $(ichar_h) $(idict_h) $(ifont_h)\
  2213.  $(ilevel_h) $(iname_h) $(igstate_h) $(ipacked_h) $(store_h)
  2214.  
  2215. # zcharout is used for Type 1 and Type 42 fonts only.
  2216. zcharout.$(OBJ): zcharout.c $(OP)\
  2217.  $(gschar_h) $(gxdevice_h) $(gxfont_h)\
  2218.  $(dstack_h) $(estack_h) $(ichar_h) $(icharout_h)\
  2219.  $(idict_h) $(ifont_h) $(igstate_h) $(store_h)
  2220.  
  2221. zcolor.$(OBJ): zcolor.c $(OP) \
  2222.   $(gxfixed_h) $(gxmatrix_h) $(gzstate_h) $(gxdevice_h) $(gxcmap_h) \
  2223.   $(ialloc_h) $(icolor_h) $(estack_h) $(iutil_h) $(igstate_h) $(store_h)
  2224.  
  2225. zdevice.$(OBJ): zdevice.c $(OP) $(string__h)\
  2226.  $(ialloc_h) $(idict_h) $(igstate_h) $(iname_h) $(interp_h) $(iparam_h) $(ivmspace_h)\
  2227.  $(gsmatrix_h) $(gsstate_h) $(gxdevice_h) $(store_h)
  2228.  
  2229. zfont.$(OBJ): zfont.c $(OP)\
  2230.  $(gschar_h) $(gsstruct_h) $(gxdevice_h) $(gxfont_h) $(gxfcache_h)\
  2231.  $(gzstate_h)\
  2232.  $(ialloc_h) $(idict_h) $(igstate_h) $(iname_h) $(isave_h) $(ivmspace_h)\
  2233.  $(bfont_h) $(store_h)
  2234.  
  2235. zfont2.$(OBJ): zfont2.c $(OP) $(memory__h) $(string__h)\
  2236.  $(gsmatrix_h) $(gxdevice_h) $(gschar_h) $(gxfixed_h) $(gxfont_h)\
  2237.  $(ialloc_h) $(bfont_h) $(idict_h) $(idparam_h) $(ilevel_h) $(iname_h) $(istruct_h)\
  2238.  $(ipacked_h) $(store_h)
  2239.  
  2240. zgstate.$(OBJ): zgstate.c $(OP) $(math__h)\
  2241.  $(gsmatrix_h) $(ialloc_h) $(idict_h) $(igstate_h) $(istruct_h) $(store_h)
  2242.  
  2243. zht.$(OBJ): zht.c $(OP) $(memory__h)\
  2244.  $(gsmatrix_h) $(gsstate_h) $(gsstruct_h) $(gxdevice_h) $(gzht_h) \
  2245.  $(ialloc_h) $(estack_h) $(igstate_h) $(iht_h) $(store_h)
  2246.  
  2247. zimage.$(OBJ): zimage.c $(OP) \
  2248.   $(estack_h) $(ialloc_h) $(ifilter_h) $(igstate_h) $(iimage_h) $(ilevel_h) \
  2249.   $(gscspace_h) $(gsimage_h) $(gsmatrix_h) $(gsstruct_h) \
  2250.   $(store_h) $(stream_h)
  2251.  
  2252. zmatrix.$(OBJ): zmatrix.c $(OP)\
  2253.  $(gsmatrix_h) $(igstate_h) $(gscoord_h) $(store_h)
  2254.  
  2255. zpaint.$(OBJ): zpaint.c $(OP)\
  2256.  $(gspaint_h) $(igstate_h)
  2257.  
  2258. zpath.$(OBJ): zpath.c $(OP) $(math__h) \
  2259.   $(gsmatrix_h) $(gspath_h) $(igstate_h) $(store_h)
  2260.  
  2261. # Define the base PostScript language interpreter.
  2262. # This is the subset of PostScript Level 1 required by our PDF reader.
  2263.  
  2264. INT1=icontext.$(OBJ) idebug.$(OBJ) idict.$(OBJ) idparam.$(OBJ)
  2265. INT2=iinit.$(OBJ) interp.$(OBJ) iparam.$(OBJ) ireclaim.$(OBJ)
  2266. INT3=iscan.$(OBJ) iscannum.$(OBJ) istack.$(OBJ) iutil.$(OBJ)
  2267. INT4=scantab.$(OBJ) sfilter1.$(OBJ) sstring.$(OBJ) stream.$(OBJ)
  2268. Z1=zarith.$(OBJ) zarray.$(OBJ) zcontrol.$(OBJ) zdict.$(OBJ)
  2269. Z1OPS=zarith zarray zcontrol zdict
  2270. Z2=zfile.$(OBJ) zfileio.$(OBJ) zfilter.$(OBJ) zfname.$(OBJ) zfproc.$(OBJ)
  2271. Z2OPS=zfile zfileio zfilter zfproc
  2272. Z3=zgeneric.$(OBJ) ziodev.$(OBJ) zmath.$(OBJ) zmisc.$(OBJ) zpacked.$(OBJ)
  2273. Z3OPS=zgeneric ziodev zmath zmisc zpacked
  2274. Z4=zrelbit.$(OBJ) zstack.$(OBJ) zstring.$(OBJ) zsysvm.$(OBJ)
  2275. Z4OPS=zrelbit zstack zstring zsysvm
  2276. Z5=ztoken.$(OBJ) ztype.$(OBJ) zvmem.$(OBJ)
  2277. Z5OPS=ztoken ztype zvmem
  2278. Z6=zchar.$(OBJ) zcolor.$(OBJ) zdevice.$(OBJ) zfont.$(OBJ) zfont2.$(OBJ)
  2279. Z6OPS=zchar zcolor zdevice zfont zfont2
  2280. Z7=zgstate.$(OBJ) zht.$(OBJ) zimage.$(OBJ) zmatrix.$(OBJ) zpaint.$(OBJ) zpath.$(OBJ)
  2281. Z7OPS=zgstate zht zimage zmatrix zpaint zpath
  2282. # We have to be a little underhanded with *config.$(OBJ) so as to avoid
  2283. # circular definitions.
  2284. INT_OBJS=imainarg.$(OBJ) gsargs.$(OBJ) imain.$(OBJ) \
  2285.   $(INT1) $(INT2) $(INT3) $(INT4) \
  2286.   $(Z1) $(Z2) $(Z3) $(Z4) $(Z5) $(Z6) $(Z7)
  2287. INT_CONFIG=$(gconfig).$(OBJ) $(gscdefs).$(OBJ) $(iconfig).$(OBJ) \
  2288.   iccinit$(COMPILE_INITS).$(OBJ)
  2289. INT_ALL=$(INT_OBJS) $(INT_CONFIG)
  2290. # We omit libcore.dev, which should be included here, because problems
  2291. # with the Unix linker require libcore to appear last in the link list
  2292. # when libcore is really a library.
  2293. # We omit $(INT_CONFIG) from the dependency list because they have special
  2294. # dependency requirements and are added to the link list at the very end.
  2295. # zfilter.c shouldn't include the RLE and RLD filters, but we don't want to
  2296. # change this now.
  2297. psbase.dev: $(INT_MAK) $(ECHOGS_XE) $(INT_OBJS)\
  2298.  isupport.dev rld.dev rle.dev sfile.dev
  2299.     $(SETMOD) psbase imainarg.$(OBJ) gsargs.$(OBJ) imain.$(OBJ)
  2300.     $(ADDMOD) psbase -obj $(INT_CONFIG)
  2301.     $(ADDMOD) psbase -obj $(INT1)
  2302.     $(ADDMOD) psbase -obj $(INT2)
  2303.     $(ADDMOD) psbase -obj $(INT3)
  2304.     $(ADDMOD) psbase -obj $(INT4)
  2305.     $(ADDMOD) psbase -obj $(Z1)
  2306.     $(ADDMOD) psbase -oper $(Z1OPS)
  2307.     $(ADDMOD) psbase -obj $(Z2)
  2308.     $(ADDMOD) psbase -oper $(Z2OPS)
  2309.     $(ADDMOD) psbase -obj $(Z3)
  2310.     $(ADDMOD) psbase -oper $(Z3OPS)
  2311.     $(ADDMOD) psbase -obj $(Z4)
  2312.     $(ADDMOD) psbase -oper $(Z4OPS)
  2313.     $(ADDMOD) psbase -obj $(Z5)
  2314.     $(ADDMOD) psbase -oper $(Z5OPS)
  2315.     $(ADDMOD) psbase -obj $(Z6)
  2316.     $(ADDMOD) psbase -oper $(Z6OPS)
  2317.     $(ADDMOD) psbase -obj $(Z7)
  2318.     $(ADDMOD) psbase -oper $(Z7OPS)
  2319.     $(ADDMOD) psbase -iodev stdin stdout stderr lineedit statementedit
  2320.     $(ADDMOD) psbase -include isupport rld rle sfile
  2321.  
  2322. # -------------------------- Feature definitions -------------------------- #
  2323.  
  2324. # ---------------- Full Level 1 interpreter ---------------- #
  2325.  
  2326. level1.dev: $(INT_MAK) $(ECHOGS_XE) psbase.dev bcp.dev hsb.dev path1.dev type1.dev
  2327.     $(SETMOD) level1 -include psbase bcp hsb path1 type1
  2328.     $(ADDMOD) level1 -emulator PostScript PostScriptLevel1
  2329.  
  2330. # -------- Level 1 color extensions (CMYK color and colorimage) -------- #
  2331.  
  2332. color.dev: $(INT_MAK) $(ECHOGS_XE) cmyklib.dev colimlib.dev cmykread.dev
  2333.     $(SETMOD) color -include cmyklib colimlib cmykread
  2334.  
  2335. cmykread_=zcolor1.$(OBJ) zht1.$(OBJ)
  2336. cmykread.dev: $(INT_MAK) $(ECHOGS_XE) $(cmykread_)
  2337.     $(SETMOD) cmykread $(cmykread_)
  2338.     $(ADDMOD) cmykread -oper zcolor1 zht1
  2339.  
  2340. zcolor1.$(OBJ): zcolor1.c $(OP) \
  2341.   $(gscolor1_h) \
  2342.   $(gxcmap_h) $(gxcspace_h) $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) \
  2343.   $(gzstate_h) \
  2344.   $(ialloc_h) $(icolor_h) $(iimage_h) $(estack_h) $(iutil_h) $(igstate_h) $(store_h)
  2345.  
  2346. zht1.$(OBJ): zht1.c $(OP) $(memory__h)\
  2347.  $(gsmatrix_h) $(gsstate_h) $(gsstruct_h) $(gxdevice_h) $(gzht_h)\
  2348.  $(ialloc_h) $(estack_h) $(igstate_h) $(iht_h) $(store_h)
  2349.  
  2350. # ---------------- HSB color ---------------- #
  2351.  
  2352. hsb_=zhsb.$(OBJ)
  2353. hsb.dev: $(INT_MAK) $(ECHOGS_XE) $(hsb_) hsblib.dev
  2354.     $(SETMOD) hsb $(hsb_)
  2355.     $(ADDMOD) hsb -include hsblib
  2356.     $(ADDMOD) hsb -oper zhsb
  2357.  
  2358. zhsb.$(OBJ): zhsb.c $(OP) \
  2359.   $(gshsb_h) $(igstate_h) $(store_h)
  2360.  
  2361. # ---- Level 1 path miscellany (arcs, pathbbox, path enumeration) ---- #
  2362.  
  2363. path1_=zpath1.$(OBJ)
  2364. path1.dev: $(INT_MAK) $(ECHOGS_XE) $(path1_) path1lib.dev
  2365.     $(SETMOD) path1 $(path1_)
  2366.     $(ADDMOD) path1 -include path1lib
  2367.     $(ADDMOD) path1 -oper zpath1
  2368.  
  2369. zpath1.$(OBJ): zpath1.c $(OP) $(memory__h)\
  2370.  $(ialloc_h) $(estack_h) $(gspath_h) $(gsstruct_h) $(igstate_h) $(store_h)
  2371.  
  2372. # ================ Level-independent PostScript options ================ #
  2373.  
  2374. # ---------------- BCP filters ---------------- #
  2375.  
  2376. bcp_=sbcp.$(OBJ) zfbcp.$(OBJ)
  2377. bcp.dev: $(INT_MAK) $(ECHOGS_XE) $(bcp_)
  2378.     $(SETMOD) bcp $(bcp_)
  2379.     $(ADDMOD) bcp -oper zfbcp
  2380.  
  2381. sbcp.$(OBJ): sbcp.c $(AK) $(stdio__h) \
  2382.   $(sfilter_h) $(strimpl_h)
  2383.  
  2384. zfbcp.$(OBJ): zfbcp.c $(OP) $(memory__h)\
  2385.  $(gsstruct_h) $(ialloc_h) $(ifilter_h)\
  2386.  $(sfilter_h) $(stream_h) $(strimpl_h)
  2387.  
  2388. # ---------------- Incremental font loading ---------------- #
  2389. # (This only works for Type 1 fonts without eexec encryption.)
  2390.  
  2391. diskfont.dev: $(INT_MAK) $(ECHOGS_XE)
  2392.     $(SETMOD) diskfont -ps gs_diskf
  2393.  
  2394. # ---------------- Double-precision floats ---------------- #
  2395.  
  2396. double_=zdouble.$(OBJ)
  2397. double.dev: $(INT_MAK) $(ECHOGS_XE) $(double_)
  2398.     $(SETMOD) double $(double_)
  2399.     $(ADDMOD) double -oper zdouble
  2400.  
  2401. zdouble.$(OBJ): zdouble.c $(OP) $(ctype__h) $(math__h) $(memory__h) $(string__h) \
  2402.   $(gxfarith_h) $(store_h)
  2403.  
  2404. # ---------------- EPSF files with binary headers ---------------- #
  2405.  
  2406. epsf.dev: $(INT_MAK) $(ECHOGS_XE)
  2407.     $(SETMOD) epsf -ps gs_epsf
  2408.  
  2409. # ---------------- RasterOp ---------------- #
  2410. # This should be a separable feature in the core also....
  2411.  
  2412. rasterop.dev: $(INT_MAK) $(ECHOGS_XE) roplib.dev ropread.dev
  2413.     $(SETMOD) rasterop -include roplib ropread
  2414.  
  2415. ropread_=zrop.$(OBJ)
  2416. ropread.dev: $(INT_MAK) $(ECHOGS_XE) $(ropread_)
  2417.     $(SETMOD) ropread $(ropread_)
  2418.     $(ADDMOD) ropread -oper zrop
  2419.  
  2420. zrop.$(OBJ): zrop.c $(OP) $(memory__h)\
  2421.  $(gsrop_h) $(gsutil_h) $(gxdevice_h)\
  2422.  $(idict_h) $(idparam_h) $(igstate_h) $(store_h)
  2423.  
  2424. # ---------------- PostScript Type 1 (and Type 4) fonts ---------------- #
  2425.  
  2426. type1.dev: $(INT_MAK) $(ECHOGS_XE) psf1lib.dev psf1read.dev
  2427.     $(SETMOD) type1 -include psf1lib psf1read
  2428.  
  2429. psf1read_=seexec.$(OBJ) zchar1.$(OBJ) zcharout.$(OBJ) zfont1.$(OBJ) zmisc1.$(OBJ)
  2430. psf1read.dev: $(INT_MAK) $(ECHOGS_XE) $(psf1read_)
  2431.     $(SETMOD) psf1read $(psf1read_)
  2432.     $(ADDMOD) psf1read -oper zchar1 zfont1 zmisc1
  2433.     $(ADDMOD) psf1read -ps gs_type1
  2434.  
  2435. seexec.$(OBJ): seexec.c $(AK) $(stdio__h) \
  2436.   $(gscrypt1_h) $(scanchar_h) $(sfilter_h) $(strimpl_h)
  2437.  
  2438. zchar1.$(OBJ): zchar1.c $(OP) \
  2439.   $(gspaint_h) $(gspath_h) $(gsstruct_h) \
  2440.   $(gxchar_h) $(gxdevice_h) $(gxfixed_h) $(gxmatrix_h) \
  2441.   $(gxfont_h) $(gxfont1_h) $(gxtype1_h) $(gzstate_h) \
  2442.   $(estack_h) $(ialloc_h) $(ichar_h) $(icharout_h) \
  2443.   $(idict_h) $(ifont_h) $(igstate_h) $(store_h)
  2444.  
  2445. zfont1.$(OBJ): zfont1.c $(OP) \
  2446.   $(gsmatrix_h) $(gxdevice_h) $(gschar_h) \
  2447.   $(gxfixed_h) $(gxfont_h) $(gxfont1_h) \
  2448.   $(bfont_h) $(ialloc_h) $(idict_h) $(idparam_h) $(store_h)
  2449.  
  2450. zmisc1.$(OBJ): zmisc1.c $(OP) $(memory__h)\
  2451.  $(gscrypt1_h)\
  2452.  $(idict_h) $(idparam_h) $(ifilter_h)\
  2453.  $(sfilter_h) $(stream_h) $(strimpl_h)
  2454.  
  2455. # -------------- Compact Font Format and Type 2 charstrings ------------- #
  2456.  
  2457. cff.dev: $(INT_MAK) $(ECHOGS_XE) gs_cff.ps psl2int.dev
  2458.     $(SETMOD) cff -ps gs_cff
  2459.  
  2460. type2.dev: $(INT_MAK) $(ECHOGS_XE) type1.dev psf2lib.dev
  2461.     $(SETMOD) type2 -include psf2lib
  2462.  
  2463. # ---------------- TrueType and PostScript Type 42 fonts ---------------- #
  2464.  
  2465. # Native TrueType support
  2466. ttfont.dev: $(INT_MAK) $(ECHOGS_XE) type42.dev
  2467.     $(SETMOD) ttfont -include type42
  2468.     $(ADDMOD) ttfont -ps gs_mro_e gs_wan_e gs_ttf
  2469.  
  2470. # Type 42 (embedded TrueType) support
  2471. type42read_=zchar42.$(OBJ) zcharout.$(OBJ) zfont42.$(OBJ)
  2472. type42.dev: $(INT_MAK) $(ECHOGS_XE) $(type42read_) ttflib.dev
  2473.     $(SETMOD) type42 $(type42read_)
  2474.     $(ADDMOD) type42 -include ttflib    
  2475.     $(ADDMOD) type42 -oper zchar42 zfont42
  2476.     $(ADDMOD) type42 -ps gs_typ42
  2477.  
  2478. zchar42.$(OBJ): zchar42.c $(OP) \
  2479.   $(gsmatrix_h) $(gspaint_h) $(gspath_h) \
  2480.   $(gxfixed_h) $(gxchar_h) $(gxfont_h) $(gxfont42_h) \
  2481.   $(gxistate_h) $(gxpath_h) $(gzstate_h) \
  2482.   $(dstack_h) $(estack_h) $(ichar_h) $(icharout_h) \
  2483.   $(ifont_h) $(igstate_h) $(store_h)
  2484.  
  2485. zfont42.$(OBJ): zfont42.c $(OP) \
  2486.   $(gsccode_h) $(gsmatrix_h) $(gxfont_h) $(gxfont42_h) \
  2487.   $(bfont_h) $(idict_h) $(idparam_h) $(store_h)
  2488.  
  2489. # ======================== Precompilation options ======================== #
  2490.  
  2491. # ---------------- Precompiled fonts ---------------- #
  2492. # See fonts.txt for more information.
  2493.  
  2494. ccfont_h=ccfont.h $(std_h) $(gsmemory_h) $(iref_h) $(ivmspace_h) $(store_h)
  2495.  
  2496. CCFONT=$(OP) $(ccfont_h)
  2497.  
  2498. # List the fonts we are going to compile.
  2499. # Because of intrinsic limitations in `make', we have to list
  2500. # the object file names and the font names separately.
  2501. # Because of limitations in the DOS shell, we have to break the fonts up
  2502. # into lists that will fit on a single line (120 characters).
  2503. # The rules for constructing the .c files from the fonts themselves,
  2504. # and for compiling the .c files, are in cfonts.mak, not here.
  2505. # For example, to compile the Courier fonts, you should invoke
  2506. #    make -f cfonts.mak Courier_o
  2507. # By convention, the names of the 35 standard compiled fonts use '0' for
  2508. # the foundry name.  This allows users to substitute different foundries
  2509. # without having to change this makefile.
  2510. ccfonts_ps=gs_ccfnt
  2511. ccfonts1_=0agk.$(OBJ) 0agko.$(OBJ) 0agd.$(OBJ) 0agdo.$(OBJ)
  2512. ccfonts1=agk agko agd agdo
  2513. ccfonts2_=0bkl.$(OBJ) 0bkli.$(OBJ) 0bkd.$(OBJ) 0bkdi.$(OBJ)
  2514. ccfonts2=bkl bkli bkd bkdi
  2515. ccfonts3_=0crr.$(OBJ) 0cri.$(OBJ) 0crb.$(OBJ) 0crbi.$(OBJ)
  2516. ccfonts3=crr cri crb crbi
  2517. ccfonts4_=0hvr.$(OBJ) 0hvro.$(OBJ) 0hvb.$(OBJ) 0hvbo.$(OBJ)
  2518. ccfonts4=hvr hvro hvb hvbo
  2519. ccfonts5_=0hvrrn.$(OBJ) 0hvrorn.$(OBJ) 0hvbrn.$(OBJ) 0hvborn.$(OBJ)
  2520. ccfonts5=hvrrn hvrorn hvbrn hvborn
  2521. ccfonts6_=0ncr.$(OBJ) 0ncri.$(OBJ) 0ncb.$(OBJ) 0ncbi.$(OBJ)
  2522. ccfonts6=ncr ncri ncb ncbi
  2523. ccfonts7_=0plr.$(OBJ) 0plri.$(OBJ) 0plb.$(OBJ) 0plbi.$(OBJ)
  2524. ccfonts7=plr plri plb plbi
  2525. ccfonts8_=0tmr.$(OBJ) 0tmri.$(OBJ) 0tmb.$(OBJ) 0tmbi.$(OBJ)
  2526. ccfonts8=tmr tmri tmb tmbi
  2527. ccfonts9_=0syr.$(OBJ) 0zcmi.$(OBJ) 0zdr.$(OBJ)
  2528. ccfonts9=syr zcmi zdr
  2529. # The free distribution includes Bitstream Charter, Utopia, and
  2530. # freeware Cyrillic and Kana fonts.  We only provide for compiling
  2531. # Charter and Utopia.
  2532. ccfonts10free_=bchr.$(OBJ) bchri.$(OBJ) bchb.$(OBJ) bchbi.$(OBJ)
  2533. ccfonts10free=chr chri chb chbi
  2534. ccfonts11free_=putr.$(OBJ) putri.$(OBJ) putb.$(OBJ) putbi.$(OBJ)
  2535. ccfonts11free=utr utri utb utbi
  2536. # Uncomment the alternatives in the next 4 lines if you want
  2537. # Charter and Utopia compiled in.
  2538. #ccfonts10_=$(ccfonts10free_)
  2539. ccfonts10_=
  2540. #ccfonts10=$(ccfonts10free)
  2541. ccfonts10=
  2542. #ccfonts11_=$(ccfonts11free_)
  2543. ccfonts11_=
  2544. #ccfonts11=$(ccfonts11free)
  2545. ccfonts11=
  2546. # Add your own fonts here if desired.
  2547. ccfonts12_=
  2548. ccfonts12=
  2549. ccfonts13_=
  2550. ccfonts13=
  2551. ccfonts14_=
  2552. ccfonts14=
  2553. ccfonts15_=
  2554. ccfonts15=
  2555.  
  2556. # It's OK for ccfonts_.dev not to be CONFIG-dependent, because it only
  2557. # exists during the execution of the following rule.
  2558. # font2c has the prefix "gs" built into it, so we need to instruct
  2559. # genconf to use the same one.
  2560. $(gconfigf_h): $(MAKEFILE) $(INT_MAK) $(GENCONF_XE)
  2561.     $(SETMOD) ccfonts_ -font $(ccfonts1)
  2562.     $(ADDMOD) ccfonts_ -font $(ccfonts2)
  2563.     $(ADDMOD) ccfonts_ -font $(ccfonts3)
  2564.     $(ADDMOD) ccfonts_ -font $(ccfonts4)
  2565.     $(ADDMOD) ccfonts_ -font $(ccfonts5)
  2566.     $(ADDMOD) ccfonts_ -font $(ccfonts6)
  2567.     $(ADDMOD) ccfonts_ -font $(ccfonts7)
  2568.     $(ADDMOD) ccfonts_ -font $(ccfonts8)
  2569.     $(ADDMOD) ccfonts_ -font $(ccfonts9)
  2570.     $(ADDMOD) ccfonts_ -font $(ccfonts10)
  2571.     $(ADDMOD) ccfonts_ -font $(ccfonts11)
  2572.     $(ADDMOD) ccfonts_ -font $(ccfonts12)
  2573.     $(ADDMOD) ccfonts_ -font $(ccfonts13)
  2574.     $(ADDMOD) ccfonts_ -font $(ccfonts14)
  2575.     $(ADDMOD) ccfonts_ -font $(ccfonts15)
  2576.     $(EXP)genconf ccfonts_.dev -n gs -f $(gconfigf_h)
  2577.  
  2578. # We separate icfontab.dev from ccfonts.dev so that a customer can put
  2579. # compiled fonts into a separate shared library.
  2580.  
  2581. icfontab=icfontab$(CONFIG)
  2582.  
  2583. # Define ccfont_table separately, so it can be set from the command line
  2584. # to select an alternate compiled font table.
  2585. ccfont_table=$(icfontab)
  2586.  
  2587. $(icfontab).dev: $(MAKEFILE) $(INT_MAK) $(ECHOGS_XE) $(icfontab).$(OBJ) \
  2588.   $(ccfonts1_) $(ccfonts2_) $(ccfonts3_) $(ccfonts4_) $(ccfonts5_) \
  2589.   $(ccfonts6_) $(ccfonts7_) $(ccfonts8_) $(ccfonts9_) $(ccfonts10_) \
  2590.   $(ccfonts11_) $(ccfonts12_) $(ccfonts13_) $(ccfonts14_) $(ccfonts15_)
  2591.     $(SETMOD) $(icfontab) -obj $(icfontab).$(OBJ)
  2592.     $(ADDMOD) $(icfontab) -obj $(ccfonts1_)
  2593.     $(ADDMOD) $(icfontab) -obj $(ccfonts2_)
  2594.     $(ADDMOD) $(icfontab) -obj $(ccfonts3_)
  2595.     $(ADDMOD) $(icfontab) -obj $(ccfonts4_)
  2596.     $(ADDMOD) $(icfontab) -obj $(ccfonts5_)
  2597.     $(ADDMOD) $(icfontab) -obj $(ccfonts6_)
  2598.     $(ADDMOD) $(icfontab) -obj $(ccfonts7_)
  2599.     $(ADDMOD) $(icfontab) -obj $(ccfonts8_)
  2600.     $(ADDMOD) $(icfontab) -obj $(ccfonts9_)
  2601.     $(ADDMOD) $(icfontab) -obj $(ccfonts10_)
  2602.     $(ADDMOD) $(icfontab) -obj $(ccfonts11_)
  2603.     $(ADDMOD) $(icfontab) -obj $(ccfonts12_)
  2604.     $(ADDMOD) $(icfontab) -obj $(ccfonts13_)
  2605.     $(ADDMOD) $(icfontab) -obj $(ccfonts14_)
  2606.     $(ADDMOD) $(icfontab) -obj $(ccfonts15_)
  2607.  
  2608. $(icfontab).$(OBJ): icfontab.c $(AK) $(ccfont_h) $(gconfigf_h)
  2609.     $(CP_) $(gconfigf_h) gconfigf.h
  2610.     $(CCCF) icfontab.c
  2611.  
  2612. # Strictly speaking, ccfonts shouldn't need to include type1,
  2613. # since one could choose to precompile only Type 0 fonts,
  2614. # but getting this exactly right would be too much work.
  2615. ccfonts=ccfonts$(CONFIG)
  2616. $(ccfonts).dev: $(MAKEFILE) $(INT_MAK) type1.dev iccfont.$(OBJ) \
  2617.   $(ccfont_table).dev
  2618.     $(SETMOD) $(ccfonts) -include type1
  2619.     $(ADDMOD) $(ccfonts) -include $(ccfont_table)
  2620.     $(ADDMOD) $(ccfonts) -obj iccfont.$(OBJ)
  2621.     $(ADDMOD) $(ccfonts) -oper ccfonts
  2622.     $(ADDMOD) $(ccfonts) -ps $(ccfonts_ps)
  2623.  
  2624. iccfont.$(OBJ): iccfont.c $(GH) $(string__h)\
  2625.  $(gsstruct_h) $(ccfont_h) $(errors_h)\
  2626.  $(ialloc_h) $(idict_h) $(ifont_h) $(iname_h) $(isave_h) $(iutil_h)\
  2627.  $(oper_h) $(ostack_h) $(store_h) $(stream_h) $(strimpl_h) $(sfilter_h) $(iscan_h)
  2628.     $(CCCF) iccfont.c
  2629.  
  2630. # ---------------- Compiled initialization code ---------------- #
  2631.  
  2632. # We select either iccinit0 or iccinit1 depending on COMPILE_INITS.
  2633.  
  2634. iccinit0.$(OBJ): iccinit0.c $(stdpre_h)
  2635.     $(CCCF) iccinit0.c
  2636.  
  2637. iccinit1.$(OBJ): gs_init.$(OBJ)
  2638.     $(CP_) gs_init.$(OBJ) iccinit1.$(OBJ)
  2639.  
  2640. # All the gs_*.ps files should be prerequisites of gs_init.c,
  2641. # but we don't have any convenient list of them.
  2642. gs_init.c: $(GS_INIT) $(GENINIT_XE) $(gconfig_h)
  2643.     $(EXP)geninit $(GS_INIT) $(gconfig_h) -c gs_init.c
  2644.  
  2645. gs_init.$(OBJ): gs_init.c $(stdpre_h)
  2646.     $(CCCF) gs_init.c
  2647.  
  2648. # ======================== PostScript Level 2 ======================== #
  2649.  
  2650. ### In addition to the true Level 2 configuration, we define a 'minimal'
  2651. ### Level 2 that can be used with -dDEBUG in the 16-bit Windows environment.
  2652. ### This also may require trimming down the sizes of the stacks in interp.c.
  2653.  
  2654. lev2min.dev: $(INT_MAK) $(ECHOGS_XE) \
  2655.   psbase.dev devctrl.dev color.dev \
  2656.   dps2lib.dev dps2read.dev fdecode.dev path1.dev type1.dev \
  2657.   psl2lib.dev psl2read.dev
  2658.     $(SETMOD) lev2min -include psbase devctrl color
  2659.     $(ADDMOD) lev2min -include dps2lib dps2read fdecode path1 type1
  2660.     $(ADDMOD) lev2min -include psl2lib psl2read
  2661.     $(ADDMOD) lev2min -emulator PostScript PostScriptLevel1 PostScriptLevel2
  2662.  
  2663. level2.dev: $(INT_MAK) $(ECHOGS_XE) \
  2664.  cidfont.dev cie.dev cmapread.dev compfont.dev dct.dev devctrl.dev dpsand2.dev\
  2665.  filter.dev level1.dev pattern.dev psl2lib.dev psl2read.dev sepr.dev\
  2666.  type42.dev xfilter.dev
  2667.     $(SETMOD) level2 -include cidfont cie cmapread compfont
  2668.     $(ADDMOD) level2 -include dct devctrl dpsand2 filter
  2669.     $(ADDMOD) level2 -include level1 pattern psl2lib psl2read
  2670.     $(ADDMOD) level2 -include sepr type42 xfilter
  2671.     $(ADDMOD) level2 -emulator PostScript PostScriptLevel2
  2672.  
  2673. # Define basic Level 2 language support.
  2674. # This is the minimum required for CMap and CIDFont support.
  2675.  
  2676. psl2int_=iutil2.$(OBJ) zmisc2.$(OBJ) zusparam.$(OBJ)
  2677. psl2int.dev: $(INT_MAK) $(ECHOGS_XE) $(psl2int_) dps2int.dev
  2678.     $(SETMOD) psl2int $(psl2int_)
  2679.     $(ADDMOD) psl2int -include dps2int
  2680.     $(ADDMOD) psl2int -oper zmisc2 zusparam
  2681.     $(ADDMOD) psl2int -ps gs_lev2 gs_res
  2682.  
  2683. iutil2.$(OBJ): iutil2.c $(GH) $(memory__h) $(string__h)\
  2684.  $(gsparam_h) $(gsutil_h)\
  2685.  $(errors_h) $(opcheck_h) $(imemory_h) $(iutil_h) $(iutil2_h)
  2686.  
  2687. zmisc2.$(OBJ): zmisc2.c $(OP) $(memory__h) $(string__h)\
  2688.  $(idict_h) $(idparam_h) $(iparam_h) $(dstack_h) $(estack_h)\
  2689.  $(ilevel_h) $(iname_h) $(iutil2_h) $(ivmspace_h) $(store_h)
  2690.  
  2691. # Note that zusparam includes both Level 1 and Level 2 operators.
  2692. zusparam.$(OBJ): zusparam.c $(OP) $(memory__h) $(string__h)\
  2693.  $(gscdefs_h) $(gsfont_h) $(gsstruct_h) $(gsutil_h) $(gxht_h)\
  2694.  $(ialloc_h) $(idict_h) $(idparam_h) $(iparam_h) $(dstack_h) $(estack_h)\
  2695.  $(iname_h) $(iutil2_h) $(store_h)
  2696.  
  2697. # Define full Level 2 support.
  2698.  
  2699. psl2read_=zcolor2.$(OBJ) zcsindex.$(OBJ) zht2.$(OBJ) zimage2.$(OBJ)
  2700. # Note that zmisc2 includes both Level 1 and Level 2 operators.
  2701. psl2read.dev: $(INT_MAK) $(ECHOGS_XE) $(psl2read_) psl2int.dev dps2read.dev
  2702.     $(SETMOD) psl2read $(psl2read_)
  2703.     $(ADDMOD) psl2read -include psl2int dps2read
  2704.     $(ADDMOD) psl2read -oper zcolor2_l2 zcsindex_l2
  2705.     $(ADDMOD) psl2read -oper zht2_l2 zimage2_l2
  2706.  
  2707. zcolor2.$(OBJ): zcolor2.c $(OP)\
  2708.  $(gscolor_h) $(gsmatrix_h) $(gsstruct_h)\
  2709.  $(gxcolor2_h) $(gxcspace_h) $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h) $(gxfixed_h) $(gxpcolor_h)\
  2710.  $(estack_h) $(ialloc_h) $(idict_h) $(idparam_h) $(igstate_h) $(istruct_h)\
  2711.  $(store_h)
  2712.  
  2713. zcsindex.$(OBJ): zcsindex.c $(OP) $(memory__h) \
  2714.   $(gscolor_h) $(gsstruct_h) $(gxfixed_h) $(gxcolor2_h) $(gxcspace_h) $(gsmatrix_h) \
  2715.   $(ialloc_h) $(icsmap_h) $(estack_h) $(igstate_h) $(ivmspace_h) $(store_h)
  2716.  
  2717. zht2.$(OBJ): zht2.c $(OP) \
  2718.   $(gsstruct_h) $(gxdevice_h) $(gzht_h) \
  2719.   $(estack_h) $(ialloc_h) $(icolor_h) $(idict_h) $(idparam_h) $(igstate_h) \
  2720.   $(iht_h) $(store_h)
  2721.  
  2722. zimage2.$(OBJ): zimage2.c $(OP) $(math__h) $(memory__h)\
  2723.  $(gscolor_h) $(gscolor2_h) $(gscspace_h) $(gsimage_h) $(gsmatrix_h)\
  2724.  $(idict_h) $(idparam_h) $(iimage_h) $(ilevel_h) $(igstate_h)
  2725.  
  2726. # ---------------- Device control ---------------- #
  2727. # This is a catch-all for setpagedevice and IODevices.
  2728.  
  2729. devctrl_=zdevice2.$(OBJ) ziodev2.$(OBJ) zmedia2.$(OBJ) zdevcal.$(OBJ)
  2730. devctrl.dev: $(INT_MAK) $(ECHOGS_XE) $(devctrl_)
  2731.     $(SETMOD) devctrl $(devctrl_)
  2732.     $(ADDMOD) devctrl -oper zdevice2_l2 ziodev2_l2 zmedia2_l2
  2733.     $(ADDMOD) devctrl -iodev null ram calendar
  2734.     $(ADDMOD) devctrl -ps gs_setpd
  2735.  
  2736. zdevice2.$(OBJ): zdevice2.c $(OP) $(math__h) $(memory__h)\
  2737.  $(dstack_h) $(estack_h) $(idict_h) $(idparam_h) $(igstate_h) $(iname_h) $(store_h)\
  2738.  $(gxdevice_h) $(gsstate_h)
  2739.  
  2740. ziodev2.$(OBJ): ziodev2.c $(OP) $(string__h) $(gp_h)\
  2741.  $(gxiodev_h) $(stream_h) $(files_h) $(iparam_h) $(iutil2_h) $(store_h)
  2742.  
  2743. zmedia2.$(OBJ): zmedia2.c $(OP) $(math__h) $(memory__h) \
  2744.   $(gsmatrix_h) $(idict_h) $(idparam_h) $(iname_h) $(store_h)
  2745.  
  2746. zdevcal.$(OBJ): zdevcal.c $(GH) $(time__h) \
  2747.   $(gxiodev_h) $(iparam_h) $(istack_h)
  2748.  
  2749. # ---------------- Filters other than the ones in sfilter.c ---------------- #
  2750.  
  2751. # Standard Level 2 decoding filters only.  The PDF configuration uses this.
  2752. fdecode_=scantab.$(OBJ) sfilter2.$(OBJ) zfdecode.$(OBJ)
  2753. fdecode.dev: $(INT_MAK) $(ECHOGS_XE) $(fdecode_) cfd.dev lzwd.dev pdiff.dev pngp.dev rld.dev
  2754.     $(SETMOD) fdecode $(fdecode_)
  2755.     $(ADDMOD) fdecode -include cfd lzwd pdiff pngp rld
  2756.     $(ADDMOD) fdecode -oper zfdecode
  2757.  
  2758. zfdecode.$(OBJ): zfdecode.c $(OP) $(memory__h)\
  2759.  $(gsstruct_h) $(ialloc_h) $(idict_h) $(idparam_h) $(ifilter_h) \
  2760.  $(sa85x_h) $(scf_h) $(scfx_h) $(sfilter_h) $(slzwx_h) $(spdiffx_h) $(spngpx_h) \
  2761.  $(store_h) $(stream_h) $(strimpl_h)
  2762.  
  2763. # Complete Level 2 filter capability.
  2764. filter_=zfilter2.$(OBJ)
  2765. filter.dev: $(INT_MAK) $(ECHOGS_XE) fdecode.dev $(filter_) cfe.dev lzwe.dev rle.dev
  2766.     $(SETMOD) filter -include fdecode
  2767.     $(ADDMOD) filter -obj $(filter_)
  2768.     $(ADDMOD) filter -include cfe lzwe rle
  2769.     $(ADDMOD) filter -oper zfilter2
  2770.  
  2771. zfilter2.$(OBJ): zfilter2.c $(OP) $(memory__h)\
  2772.   $(gsstruct_h) $(ialloc_h) $(idict_h) $(idparam_h) $(ifilter_h) $(store_h) \
  2773.   $(sfilter_h) $(scfx_h) $(slzwx_h) $(spdiffx_h) $(spngpx_h) $(strimpl_h)
  2774.  
  2775. # Extensions beyond Level 2 standard.
  2776. xfilter_=sbhc.$(OBJ) sbwbs.$(OBJ) shcgen.$(OBJ) smtf.$(OBJ) \
  2777.  zfilterx.$(OBJ)
  2778. xfilter.dev: $(INT_MAK) $(ECHOGS_XE) $(xfilter_) pcxd.dev pngp.dev
  2779.     $(SETMOD) xfilter $(xfilter_)
  2780.     $(ADDMOD) xfilter -include pcxd
  2781.     $(ADDMOD) xfilter -oper zfilterx
  2782.  
  2783. sbhc.$(OBJ): sbhc.c $(AK) $(memory__h) $(stdio__h)\
  2784.  $(gdebug_h) $(sbhc_h) $(shcgen_h) $(strimpl_h)
  2785.  
  2786. sbwbs.$(OBJ): sbwbs.c $(AK) $(stdio__h) $(memory__h) \
  2787.   $(gdebug_h) $(sbwbs_h) $(sfilter_h) $(strimpl_h)
  2788.  
  2789. shcgen.$(OBJ): shcgen.c $(AK) $(memory__h) $(stdio__h)\
  2790.  $(gdebug_h) $(gserror_h) $(gserrors_h) $(gsmemory_h)\
  2791.  $(scommon_h) $(shc_h) $(shcgen_h)
  2792.  
  2793. smtf.$(OBJ): smtf.c $(AK) $(stdio__h) \
  2794.   $(smtf_h) $(strimpl_h)
  2795.  
  2796. zfilterx.$(OBJ): zfilterx.c $(OP) $(memory__h)\
  2797.  $(gsstruct_h) $(ialloc_h) $(idict_h) $(idparam_h) $(ifilter_h)\
  2798.  $(store_h) $(sfilter_h) $(sbhc_h) $(sbtx_h) $(sbwbs_h) $(shcgen_h)\
  2799.  $(smtf_h) $(spcxx_h) $(strimpl_h)
  2800.  
  2801. # ---------------- Binary tokens ---------------- #
  2802.  
  2803. btoken_=iscanbin.$(OBJ) zbseq.$(OBJ)
  2804. btoken.dev: $(INT_MAK) $(ECHOGS_XE) $(btoken_)
  2805.     $(SETMOD) btoken $(btoken_)
  2806.     $(ADDMOD) btoken -oper zbseq_l2
  2807.     $(ADDMOD) btoken -ps gs_btokn
  2808.  
  2809. bseq_h=bseq.h
  2810. btoken_h=btoken.h
  2811.  
  2812. iscanbin.$(OBJ): iscanbin.c $(GH) $(math__h) $(memory__h) $(errors_h)\
  2813.  $(gsutil_h) $(ialloc_h) $(ibnum_h) $(idict_h) $(iname_h)\
  2814.  $(iscan_h) $(iutil_h) $(ivmspace_h)\
  2815.  $(bseq_h) $(btoken_h) $(dstack_h) $(ostack_h)\
  2816.  $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  2817.  
  2818. zbseq.$(OBJ): zbseq.c $(OP) $(memory__h)\
  2819.  $(ialloc_h) $(idict_h) $(isave_h)\
  2820.  $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)\
  2821.  $(iname_h) $(ibnum_h) $(btoken_h) $(bseq_h)
  2822.  
  2823. # ---------------- User paths & insideness testing ---------------- #
  2824.  
  2825. upath_=zupath.$(OBJ) ibnum.$(OBJ)
  2826. upath.dev: $(INT_MAK) $(ECHOGS_XE) $(upath_)
  2827.     $(SETMOD) upath $(upath_)
  2828.     $(ADDMOD) upath -oper zupath_l2
  2829.  
  2830. zupath.$(OBJ): zupath.c $(OP) \
  2831.   $(idict_h) $(dstack_h) $(iutil_h) $(igstate_h) $(store_h) $(stream_h) $(ibnum_h) \
  2832.   $(gscoord_h) $(gsmatrix_h) $(gspaint_h) $(gspath_h) $(gsstate_h) \
  2833.   $(gxfixed_h) $(gxdevice_h) $(gzpath_h) $(gzstate_h)
  2834.  
  2835. # -------- Additions common to Display PostScript and Level 2 -------- #
  2836.  
  2837. dpsand2.dev: $(INT_MAK) $(ECHOGS_XE) btoken.dev color.dev upath.dev dps2lib.dev dps2read.dev
  2838.     $(SETMOD) dpsand2 -include btoken color upath dps2lib dps2read
  2839.  
  2840. dps2int_=zvmem2.$(OBJ) zdps1.$(OBJ)
  2841. # Note that zvmem2 includes both Level 1 and Level 2 operators.
  2842. dps2int.dev: $(INT_MAK) $(ECHOGS_XE) $(dps2int_)
  2843.     $(SETMOD) dps2int $(dps2int_)
  2844.     $(ADDMOD) dps2int -oper zvmem2 zdps1_l2
  2845.     $(ADDMOD) dps2int -ps gs_dps1
  2846.  
  2847. dps2read_=ibnum.$(OBJ) zchar2.$(OBJ)
  2848. dps2read.dev: $(INT_MAK) $(ECHOGS_XE) $(dps2read_) dps2int.dev
  2849.     $(SETMOD) dps2read $(dps2read_)
  2850.     $(ADDMOD) dps2read -include dps2int
  2851.     $(ADDMOD) dps2read -oper ireclaim_l2 zchar2_l2
  2852.     $(ADDMOD) dps2read -ps gs_dps2
  2853.  
  2854. ibnum.$(OBJ): ibnum.c $(GH) $(math__h) $(memory__h)\
  2855.  $(errors_h) $(stream_h) $(ibnum_h) $(imemory_h) $(iutil_h)
  2856.  
  2857. zchar2.$(OBJ): zchar2.c $(OP) \
  2858.   $(gschar_h) $(gsmatrix_h) $(gspath_h) $(gsstruct_h) $(gxfixed_h) $(gxfont_h) \
  2859.   $(ialloc_h) $(ichar_h) $(estack_h) $(ifont_h) $(iname_h) $(igstate_h) \
  2860.   $(store_h) $(stream_h) $(ibnum_h)
  2861.  
  2862. zdps1.$(OBJ): zdps1.c $(OP) \
  2863.   $(gsmatrix_h) $(gspath_h) $(gspath2_h) $(gsstate_h) \
  2864.   $(ialloc_h) $(ivmspace_h) $(igstate_h) $(store_h) $(stream_h) $(ibnum_h)
  2865.  
  2866. zvmem2.$(OBJ): zvmem2.c $(OP) \
  2867.   $(estack_h) $(ialloc_h) $(ivmspace_h) $(store_h)
  2868.  
  2869. # ---------------- Display PostScript ---------------- #
  2870.  
  2871. # The context machinery is NOT USABLE in this release.  DO NOT USE IT.
  2872. # IT WILL CAUSE AN IMMEDIATE CRASH.
  2873. #dps_=zdps.$(OBJ) zcontext.$(OBJ)
  2874. dps_=zdps.$(OBJ)
  2875. # Note that zcontext is omitted from the -oper list below.
  2876. dps.dev: $(INT_MAK) $(ECHOGS_XE) level2.dev $(dps_)
  2877.     $(SETMOD) dps -include level2
  2878.     $(ADDMOD) dps -obj $(dps_)
  2879.     $(ADDMOD) dps -oper zdps
  2880.     $(ADDMOD) dps -ps gs_dps
  2881.  
  2882. zdps.$(OBJ): zdps.c $(OP)\
  2883.  $(gsstate_h) $(igstate_h) $(iname_h) $(store_h)
  2884.  
  2885. zcontext.$(OBJ): zcontext.c $(OP) $(gp_h) $(memory__h)\
  2886.  $(gsexit_h) $(gsstruct_h) $(gsutil_h) $(gxalloc_h)\
  2887.  $(icontext_h) $(idict_h) $(igstate_h) $(istruct_h)\
  2888.  $(dstack_h) $(estack_h) $(ostack_h) $(store_h)
  2889.  
  2890. # ---------------- NeXT Display PostScript ---------------- #
  2891. #**************** NOT READY FOR USE YET ****************#
  2892.  
  2893. dpsnext_=zdpnext.$(OBJ)
  2894. dpsnext.dev: $(INT_MAK) $(ECHOGS_XE) dps.dev $(dpsnext_) gs_dpnxt.ps
  2895.     $(SETMOD) dpsnext -include dps
  2896.     $(ADDMOD) dpsnext -obj $(dpsnext_)
  2897.     $(ADDMOD) dpsnext -oper zdpnext
  2898.     $(ADDMOD) dpsnext -ps gs_dpnxt
  2899.  
  2900. zdpnext.$(OBJ): zdpnext.c $(OP)\
  2901.  $(gscspace_h) $(gsiparam_h) $(gsmatrix_h) $(gxcvalue_h) $(gxsample_h)\
  2902.  $(ialloc_h) $(igstate_h) $(iimage_h)
  2903.  
  2904. # -------- Composite (PostScript Type 0) font support -------- #
  2905.  
  2906. compfont.dev: $(INT_MAK) $(ECHOGS_XE) psf0lib.dev psf0read.dev
  2907.     $(SETMOD) compfont -include psf0lib psf0read
  2908.  
  2909. # We always include zfcmap.$(OBJ) because zfont0.c refers to it,
  2910. # and it's not worth the trouble to exclude.
  2911. psf0read_=zchar2.$(OBJ) zfcmap.$(OBJ) zfont0.$(OBJ)
  2912. psf0read.dev: $(INT_MAK) $(ECHOGS_XE) $(psf0read_)
  2913.     $(SETMOD) psf0read $(psf0read_)
  2914.     $(ADDMOD) psf0read -oper zfont0 zchar2 zfcmap
  2915.  
  2916. zfcmap.$(OBJ): zfcmap.c $(OP)\
  2917.  $(gsmatrix_h) $(gsstruct_h) $(gsutil_h)\
  2918.  $(gxfcmap_h) $(gxfont_h)\
  2919.  $(ialloc_h) $(idict_h) $(idparam_h) $(ifont_h) $(iname_h) $(store_h)
  2920.  
  2921. zfont0.$(OBJ): zfont0.c $(OP)\
  2922.  $(gschar_h) $(gsstruct_h)\
  2923.  $(gxdevice_h) $(gxfcmap_h) $(gxfixed_h) $(gxfont_h) $(gxfont0_h) $(gxmatrix_h)\
  2924.  $(gzstate_h)\
  2925.  $(bfont_h) $(ialloc_h) $(idict_h) $(idparam_h) $(igstate_h) $(iname_h)\
  2926.  $(store_h)
  2927.  
  2928. # ---------------- CMap support ---------------- #
  2929. # Note that this requires at least minimal Level 2 support,
  2930. # because it requires findresource.
  2931.  
  2932. cmapread_=zfcmap.$(OBJ)
  2933. cmapread.dev: $(INT_MAK) $(ECHOGS_XE) $(cmapread_) cmaplib.dev psl2int.dev
  2934.     $(SETMOD) cmapread $(cmapread_)
  2935.     $(ADDMOD) cmapread -include cmaplib psl2int
  2936.     $(ADDMOD) cmapread -oper zfcmap
  2937.     $(ADDMOD) cmapread -ps gs_cmap
  2938.  
  2939. # ---------------- CIDFont support ---------------- #
  2940. # Note that this requires at least minimal Level 2 support,
  2941. # because it requires findresource.
  2942.  
  2943. cidread_=zcid.$(OBJ)
  2944. cidfont.dev: $(INT_MAK) $(ECHOGS_XE) psf1read.dev psl2int.dev type42.dev\
  2945.  $(cidread_)
  2946.     $(SETMOD) cidfont $(cidread_)
  2947.     $(ADDMOD) cidfont -include psf1read psl2int type42
  2948.     $(ADDMOD) cidfont -ps gs_cidfn
  2949.     $(ADDMOD) cidfont -oper zcid
  2950.  
  2951. zcid.$(OBJ): zcid.c $(OP)\
  2952.  $(gsccode_h) $(gsmatrix_h) $(gxfont_h)\
  2953.  $(bfont_h) $(iname_h) $(store_h)
  2954.  
  2955. # ---------------- CIE color ---------------- #
  2956.  
  2957. cieread_=zcie.$(OBJ) zcrd.$(OBJ)
  2958. cie.dev: $(INT_MAK) $(ECHOGS_XE) $(cieread_) cielib.dev
  2959.     $(SETMOD) cie $(cieread_)
  2960.     $(ADDMOD) cie -oper zcie_l2 zcrd_l2
  2961.     $(ADDMOD) cie -include cielib
  2962.  
  2963. icie_h=icie.h
  2964.  
  2965. zcie.$(OBJ): zcie.c $(OP) $(math__h) $(memory__h) \
  2966.   $(gscolor2_h) $(gscie_h) $(gsstruct_h) $(gxcspace_h) \
  2967.   $(ialloc_h) $(icie_h) $(idict_h) $(idparam_h) $(estack_h) \
  2968.   $(isave_h) $(igstate_h) $(ivmspace_h) $(store_h)
  2969.  
  2970. zcrd.$(OBJ): zcrd.c $(OP) $(math__h) \
  2971.   $(gscspace_h) $(gscolor2_h) $(gscie_h) $(gsstruct_h) \
  2972.   $(ialloc_h) $(icie_h) $(idict_h) $(idparam_h) $(estack_h) \
  2973.   $(isave_h) $(igstate_h) $(ivmspace_h) $(store_h)
  2974.  
  2975. # ---------------- Pattern color ---------------- #
  2976.  
  2977. pattern.dev: $(INT_MAK) $(ECHOGS_XE) patlib.dev patread.dev
  2978.     $(SETMOD) pattern -include patlib patread
  2979.  
  2980. patread_=zpcolor.$(OBJ)
  2981. patread.dev: $(INT_MAK) $(ECHOGS_XE) $(patread_)
  2982.     $(SETMOD) patread $(patread_)
  2983.     $(ADDMOD) patread -oper zpcolor_l2
  2984.  
  2985. zpcolor.$(OBJ): zpcolor.c $(OP)\
  2986.  $(gscolor_h) $(gsmatrix_h) $(gsstruct_h)\
  2987.  $(gxcolor2_h) $(gxcspace_h) $(gxdcolor_h) $(gxdevice_h) $(gxdevmem_h)\
  2988.    $(gxfixed_h) $(gxpcolor_h)\
  2989.  $(estack_h) $(ialloc_h) $(idict_h) $(idparam_h) $(igstate_h) $(istruct_h)\
  2990.  $(store_h)
  2991.  
  2992. # ---------------- Separation color ---------------- #
  2993.  
  2994. seprread_=zcssepr.$(OBJ)
  2995. sepr.dev: $(INT_MAK) $(ECHOGS_XE) $(seprread_) seprlib.dev
  2996.     $(SETMOD) sepr $(seprread_)
  2997.     $(ADDMOD) sepr -oper zcssepr_l2
  2998.     $(ADDMOD) sepr -include seprlib
  2999.  
  3000. zcssepr.$(OBJ): zcssepr.c $(OP) \
  3001.   $(gscolor_h) $(gscsepr_h) $(gsmatrix_h) $(gsstruct_h) \
  3002.   $(gxcolor2_h) $(gxcspace_h) $(gxfixed_h) \
  3003.   $(ialloc_h) $(icsmap_h) $(estack_h) $(igstate_h) $(ivmspace_h) $(store_h)
  3004.  
  3005. # ---------------- DCT filters ---------------- #
  3006. # The definitions for jpeg*.dev are in jpeg.mak.
  3007.  
  3008. dct.dev: $(INT_MAK) $(ECHOGS_XE) dcte.dev dctd.dev
  3009.     $(SETMOD) dct -include dcte dctd
  3010.  
  3011. # Common code
  3012.  
  3013. dctc_=zfdctc.$(OBJ)
  3014.  
  3015. zfdctc.$(OBJ): zfdctc.c $(GH) $(memory__h) $(stdio__h)\
  3016.  $(errors_h) $(opcheck_h)\
  3017.  $(idict_h) $(idparam_h) $(imemory_h) $(ipacked_h) $(iutil_h)\
  3018.  $(sdct_h) $(sjpeg_h) $(strimpl_h)\
  3019.  jpeglib.h
  3020.  
  3021. # Encoding (compression)
  3022.  
  3023. dcte_=$(dctc_) zfdcte.$(OBJ)
  3024. dcte.dev: $(INT_MAK) $(ECHOGS_XE) sdcte.dev $(dcte_)
  3025.     $(SETMOD) dcte -include sdcte
  3026.     $(ADDMOD) dcte -obj $(dcte_)
  3027.     $(ADDMOD) dcte -oper zfdcte
  3028.  
  3029. zfdcte.$(OBJ): zfdcte.c $(OP) $(memory__h) $(stdio__h)\
  3030.   $(idict_h) $(idparam_h) $(ifilter_h) $(sdct_h) $(sjpeg_h) $(strimpl_h) \
  3031.   jpeglib.h
  3032.  
  3033. # Decoding (decompression)
  3034.  
  3035. dctd_=$(dctc_) zfdctd.$(OBJ)
  3036. dctd.dev: $(INT_MAK) $(ECHOGS_XE) sdctd.dev $(dctd_)
  3037.     $(SETMOD) dctd -include sdctd
  3038.     $(ADDMOD) dctd -obj $(dctd_)
  3039.     $(ADDMOD) dctd -oper zfdctd
  3040.  
  3041. zfdctd.$(OBJ): zfdctd.c $(OP) $(memory__h) $(stdio__h)\
  3042.  $(ifilter_h) $(sdct_h) $(sjpeg_h) $(strimpl_h) \
  3043.  jpeglib.h
  3044.  
  3045. # ---------------- zlib/Flate filters ---------------- #
  3046.  
  3047. fzlib.dev: $(INT_MAK) $(ECHOGS_XE) zfzlib.$(OBJ) szlibe.dev szlibd.dev
  3048.     $(SETMOD) fzlib -include szlibe szlibd
  3049.     $(ADDMOD) fzlib -obj zfzlib.$(OBJ)
  3050.     $(ADDMOD) fzlib -oper zfzlib
  3051.  
  3052. zfzlib.$(OBJ): zfzlib.c $(OP) \
  3053.   $(errors_h) $(idict_h) $(ifilter_h) \
  3054.   $(spdiffx_h) $(spngpx_h) $(strimpl_h) $(szlibx_h)
  3055.     $(CCCZ) zfzlib.c
  3056.  
  3057. # ================================ PDF ================================ #
  3058.  
  3059. # We need most of the Level 2 interpreter to do PDF, but not all of it.
  3060. # In fact, we don't even need all of a Level 1 interpreter.
  3061.  
  3062. # Because of the way the PDF encodings are defined, they must get loaded
  3063. # before we install the Level 2 resource machinery.
  3064. # On the other hand, the PDF .ps files must get loaded after
  3065. # level2dict is defined.
  3066. pdfmin.dev: $(INT_MAK) $(ECHOGS_XE)\
  3067.  psbase.dev color.dev dps2lib.dev dps2read.dev\
  3068.  fdecode.dev type1.dev pdffonts.dev psl2lib.dev psl2read.dev pdfread.dev
  3069.     $(SETMOD) pdfmin -include psbase color dps2lib dps2read
  3070.     $(ADDMOD) pdfmin -include fdecode type1
  3071.     $(ADDMOD) pdfmin -include pdffonts psl2lib psl2read pdfread
  3072.     $(ADDMOD) pdfmin -emulator PDF
  3073.  
  3074. pdf.dev: $(INT_MAK) $(ECHOGS_XE)\
  3075.  pdfmin.dev cff.dev cidfont.dev cie.dev compfont.dev cmapread.dev dctd.dev\
  3076.  ttfont.dev type2.dev
  3077.     $(SETMOD) pdf -include pdfmin cff cidfont cie cmapread compfont dctd
  3078.     $(ADDMOD) pdf -include ttfont type2
  3079.  
  3080. # Reader only
  3081.  
  3082. pdffonts.dev: $(INT_MAK) $(ECHOGS_XE) \
  3083.   gs_mex_e.ps gs_mro_e.ps gs_pdf_e.ps gs_wan_e.ps
  3084.     $(SETMOD) pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e
  3085.  
  3086. # pdf_2ps must be the last .ps file loaded.
  3087. pdfread.dev: $(INT_MAK) $(ECHOGS_XE) fzlib.dev
  3088.     $(SETMOD) pdfread -include fzlib
  3089.     $(ADDMOD) pdfread -ps gs_pdf gs_l2img
  3090.     $(ADDMOD) pdfread -ps pdf_base pdf_draw pdf_font pdf_main pdf_sec
  3091.     $(ADDMOD) pdfread -ps pdf_2ps
  3092.  
  3093. # ============================= Main program ============================== #
  3094.  
  3095. gs.$(OBJ): gs.c $(GH) \
  3096.   $(imain_h) $(imainarg_h) $(iminst_h)
  3097.  
  3098. icontext.$(OBJ): icontext.c $(GH)\
  3099.  $(gsstruct_h) $(gxalloc_h)\
  3100.  $(dstack_h) $(estack_h) $(ostack_h)\
  3101.  $(icontext_h) $(igstate_h) $(store_h)
  3102.  
  3103. imainarg.$(OBJ): imainarg.c $(GH) $(ctype__h) $(memory__h) $(string__h) \
  3104.   $(gp_h) \
  3105.   $(gsargs_h) $(gscdefs_h) $(gsdevice_h) $(gsmdebug_h) $(gxdevice_h) $(gxdevmem_h) \
  3106.   $(errors_h) $(estack_h) $(files_h) \
  3107.   $(ialloc_h) $(imain_h) $(imainarg_h) $(iminst_h) \
  3108.   $(iname_h) $(interp_h) $(iscan_h) $(iutil_h) $(ivmspace_h) \
  3109.   $(ostack_h) $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  3110.  
  3111. imain.$(OBJ): imain.c $(GH) $(memory__h) $(string__h)\
  3112.  $(gp_h) $(gslib_h) $(gsmatrix_h) $(gsutil_h) $(gxdevice_h)\
  3113.  $(dstack_h) $(errors_h) $(estack_h) $(files_h)\
  3114.  $(ialloc_h) $(idebug_h) $(idict_h) $(iname_h) $(interp_h)\
  3115.  $(isave_h) $(iscan_h) $(ivmspace_h)\
  3116.  $(main_h) $(oper_h) $(ostack_h)\
  3117.  $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  3118.  
  3119. interp.$(OBJ): interp.c $(GH) $(memory__h) $(string__h)\
  3120.  $(gsstruct_h)\
  3121.  $(dstack_h) $(errors_h) $(estack_h) $(files_h)\
  3122.  $(ialloc_h) $(iastruct_h) $(inamedef_h) $(idict_h) $(interp_h) $(ipacked_h)\
  3123.  $(iscan_h) $(isave_h) $(istack_h) $(iutil_h) $(ivmspace_h)\
  3124.  $(oper_h) $(ostack_h) $(sfilter_h) $(store_h) $(stream_h) $(strimpl_h)
  3125.     $(CCINT) interp.c
  3126.  
  3127. ireclaim.$(OBJ): ireclaim.c $(GH) \
  3128.   $(errors_h) $(gsstruct_h) $(iastate_h) $(opdef_h) $(store_h) \
  3129.   $(dstack_h) $(estack_h) $(ostack_h)
  3130. #    Copyright (C) 1994, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  3131. # This file is part of Aladdin Ghostscript.
  3132. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  3133. # or distributor accepts any responsibility for the consequences of using it,
  3134. # or for whether it serves any particular purpose or works at all, unless he
  3135. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  3136. # License (the "License") for full details.
  3137. # Every copy of Aladdin Ghostscript must include a copy of the License,
  3138. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  3139. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  3140. # under certain conditions described in the License.  Among other things, the
  3141. # License requires that the copyright notice and this notice be preserved on
  3142. # all copies.
  3143.  
  3144. # makefile for Independent JPEG Group library code.
  3145.  
  3146. # NOTE: This makefile is only known to work with the following versions
  3147. # of the IJG library: 6, 6a.
  3148. # As of May 11, 1996, version 6a is the current version.
  3149. #
  3150. # You can get the IJG library by Internet anonymous FTP from the following
  3151. # places:
  3152. #    Standard distribution (tar + gzip format, Unix end-of-line):
  3153. #        ftp.uu.net:/graphics/jpeg/jpegsrc.v*.tar.gz
  3154. #        ftp.cs.wisc.edu:/ghost/jpegsrc.v*.tar.gz
  3155. #    MS-DOS archive (PKZIP a.k.a. zip format, MS-DOS end-of-line):
  3156. #        ftp.simtel.net:/pub/simtelnet/msdos/graphics/jpegsr*.zip
  3157. #        ftp.cs.wisc.edu:/ghost/jpeg-*.zip
  3158. # The first site named above (ftp.uu.net and ftp.simtel.net) is supposed
  3159. # to be the master distribution site, so it may have a more up-to-date
  3160. # version; the ftp.cs.wisc.edu site is the master distribution site for
  3161. # Ghostscript, so it will always have IJG library versions known to be
  3162. # compatible with Ghostscript.
  3163. #
  3164. # If the version number, and hence the subdirectory name, changes, you
  3165. # will probably want to change the definitions of JSRCDIR and possibly
  3166. # JVERSION (in the platform-specific makefile, not here) to reflect this,
  3167. # since that way you can use the IJG archive without change.
  3168. #
  3169. # NOTE: For some obscure reason (probably a bug in djtarx), if you are
  3170. # compiling on a DesqView/X system, you should use the zip version of the
  3171. # IJG library, not the tar.gz version.
  3172.  
  3173. # Define the name of this makefile.
  3174. JPEG_MAK=jpeg.mak
  3175.  
  3176. # JSRCDIR is defined in the platform-specific makefile, not here,
  3177. # as the directory where the IJG library sources are stored.
  3178. #JSRCDIR=jpeg-6a
  3179. # JVERSION is defined in the platform-specific makefile, not here,
  3180. # as the IJG library major version number (currently "5" or "6").
  3181. #JVERSION=6
  3182.  
  3183. JSRC=$(JSRCDIR)$(D)
  3184. # CCCJ is defined in gs.mak.
  3185. #CCCJ=$(CCC) -I. -I$(JSRCDIR)
  3186.  
  3187. # We keep all of the IJG code in a separate directory so as not to
  3188. # inadvertently mix it up with Aladdin Enterprises' own code.
  3189. # However, we need our own version of jconfig.h, and our own "wrapper" for
  3190. # jmorecfg.h.  We also need a substitute for jerror.c, in order to
  3191. # keep the error strings out of the automatic data segment in
  3192. # 16-bit environments.  For v5*, we also need our own version of jpeglib.h
  3193. # in order to change MAX_BLOCKS_IN_MCU for Adobe compatibility.
  3194. # (This need will go away when IJG v6 is released.)
  3195.  
  3196. # Because this file is included after lib.mak, we can't use _h macros
  3197. # to express indirect dependencies; instead, we build the dependencies
  3198. # into the rules for copying the files.
  3199. jconfig_h=jconfig.h
  3200. jerror_h=jerror.h
  3201. jmorecfg_h=jmorecfg.h
  3202. jpeglib_h=jpeglib.h
  3203.  
  3204. jconfig.h: gsjconf.h $(std_h)
  3205.     $(CP_) gsjconf.h jconfig.h
  3206.  
  3207. jmorecfg.h: gsjmorec.h jmcorig.h
  3208.     $(CP_) gsjmorec.h jmorecfg.h
  3209.  
  3210. jmcorig.h: $(JSRC)jmorecfg.h
  3211.     $(CP_) $(JSRC)jmorecfg.h jmcorig.h
  3212.  
  3213. jpeglib.h: jlib$(JVERSION).h jconfig.h jmorecfg.h
  3214.     $(CP_) jlib$(JVERSION).h jpeglib.h
  3215.  
  3216. jlib5.h: gsjpglib.h
  3217.     $(CP_) gsjpglib.h jlib5.h
  3218.  
  3219. jlib6.h: $(JSRC)jpeglib.h
  3220.     $(CP_) $(JSRC)jpeglib.h jlib6.h
  3221.  
  3222. # To ensure that the compiler finds our versions of jconfig.h and jmorecfg.h,
  3223. # regardless of the compiler's search rule, we must copy up all .c files,
  3224. # and all .h files that include either of these files, directly or
  3225. # indirectly.  The only such .h files currently are jinclude.h and jpeglib.h.
  3226. # (Currently, we supply our own version of jpeglib.h -- see above.)
  3227. # Also, to avoid including the JSRCDIR directory name in our source files,
  3228. # we must also copy up any other .h files that our own code references.
  3229. # Currently, the only such .h files are jerror.h and jversion.h.
  3230.  
  3231. JHCOPY=jinclude.h jpeglib.h jerror.h jversion.h
  3232.  
  3233. jinclude.h: $(JSRC)jinclude.h
  3234.     $(CP_) $(JSRC)jinclude.h jinclude.h
  3235.  
  3236. #jpeglib.h: $(JSRC)jpeglib.h
  3237. #    $(CP_) $(JSRC)jpeglib.h jpeglib.h
  3238.  
  3239. jerror.h: $(JSRC)jerror.h
  3240.     $(CP_) $(JSRC)jerror.h jerror.h
  3241.  
  3242. jversion.h: $(JSRC)jversion.h
  3243.     $(CP_) $(JSRC)jversion.h jversion.h
  3244.  
  3245. # In order to avoid having to keep the dependency lists for the IJG code
  3246. # accurate, we simply make all of them depend on the only files that
  3247. # we are ever going to change, and on all the .h files that must be copied up.
  3248. # This is too conservative, but only hurts us if we are changing our own
  3249. # j*.h files, which happens only rarely during development.
  3250.  
  3251. JDEP=$(AK) $(jconfig_h) $(jerror_h) $(jmorecfg_h) $(JHCOPY)
  3252.  
  3253. # Code common to compression and decompression.
  3254.  
  3255. jpegc_=jcomapi.$(OBJ) jutils.$(OBJ) sjpegerr.$(OBJ) jmemmgr.$(OBJ)
  3256. jpegc.dev: $(JPEG_MAK) $(ECHOGS_XE) $(jpegc_)
  3257.     $(SETMOD) jpegc $(jpegc_)
  3258.  
  3259. jcomapi.$(OBJ): $(JSRC)jcomapi.c $(JDEP)
  3260.     $(CP_) $(JSRC)jcomapi.c .
  3261.     $(CCCJ) jcomapi.c
  3262.     $(RM_) jcomapi.c
  3263.  
  3264. jutils.$(OBJ): $(JSRC)jutils.c $(JDEP)
  3265.     $(CP_) $(JSRC)jutils.c .
  3266.     $(CCCJ) jutils.c
  3267.     $(RM_) jutils.c
  3268.  
  3269. # Note that sjpegerr replaces jerror.
  3270. sjpegerr.$(OBJ): sjpegerr.c $(JDEP)
  3271.     $(CCCF) sjpegerr.c
  3272.  
  3273. jmemmgr.$(OBJ): $(JSRC)jmemmgr.c $(JDEP)
  3274.     $(CP_) $(JSRC)jmemmgr.c .
  3275.     $(CCCJ) jmemmgr.c
  3276.     $(RM_) jmemmgr.c
  3277.  
  3278. # Encoding (compression) code.
  3279.  
  3280. jpege.dev: jpege$(JVERSION).dev
  3281.     $(CP_) jpege$(JVERSION).dev jpege.dev
  3282.  
  3283. jpege5=jcapi.$(OBJ)
  3284. jpege6=jcapimin.$(OBJ) jcapistd.$(OBJ) jcinit.$(OBJ)
  3285.  
  3286. jpege_1=jccoefct.$(OBJ) jccolor.$(OBJ) jcdctmgr.$(OBJ) 
  3287. jpege_2=jchuff.$(OBJ) jcmainct.$(OBJ) jcmarker.$(OBJ) jcmaster.$(OBJ)
  3288. jpege_3=jcparam.$(OBJ) jcprepct.$(OBJ) jcsample.$(OBJ) jfdctint.$(OBJ)
  3289.  
  3290. jpege5.dev: $(JPEG_MAK) $(ECHOGS_XE) jpegc.dev $(jpege5) $(jpege_1) $(jpege_2) $(jpege_3)
  3291.     $(SETMOD) jpege5 $(jpege5)
  3292.     $(ADDMOD) jpege5 -include jpegc
  3293.     $(ADDMOD) jpege5 -obj $(jpege_1)
  3294.     $(ADDMOD) jpege5 -obj $(jpege_2)
  3295.     $(ADDMOD) jpege5 -obj $(jpege_3)
  3296.  
  3297. jpege6.dev: $(JPEG_MAK) $(ECHOGS_XE) jpegc.dev $(jpege6) $(jpege_1) $(jpege_2) $(jpege_3)
  3298.     $(SETMOD) jpege6 $(jpege6)
  3299.     $(ADDMOD) jpege6 -include jpegc
  3300.     $(ADDMOD) jpege6 -obj $(jpege_1)
  3301.     $(ADDMOD) jpege6 -obj $(jpege_2)
  3302.     $(ADDMOD) jpege6 -obj $(jpege_3)
  3303.  
  3304. # jcapi.c is v5* only
  3305. jcapi.$(OBJ): $(JSRC)jcapi.c $(JDEP)
  3306.     $(CP_) $(JSRC)jcapi.c .
  3307.     $(CCCJ) jcapi.c
  3308.     $(RM_) jcapi.c
  3309.   
  3310. # jcapimin.c is new in v6
  3311. jcapimin.$(OBJ): $(JSRC)jcapimin.c $(JDEP)
  3312.     $(CP_) $(JSRC)jcapimin.c .
  3313.     $(CCCJ) jcapimin.c
  3314.     $(RM_) jcapimin.c
  3315.  
  3316. # jcapistd.c is new in v6
  3317. jcapistd.$(OBJ): $(JSRC)jcapistd.c $(JDEP)
  3318.     $(CP_) $(JSRC)jcapistd.c .
  3319.     $(CCCJ) jcapistd.c
  3320.     $(RM_) jcapistd.c
  3321.  
  3322. # jcinit.c is new in v6
  3323. jcinit.$(OBJ): $(JSRC)jcinit.c $(JDEP)
  3324.     $(CP_) $(JSRC)jcinit.c .
  3325.     $(CCCJ) jcinit.c
  3326.     $(RM_) jcinit.c
  3327.  
  3328. jccoefct.$(OBJ): $(JSRC)jccoefct.c $(JDEP)
  3329.     $(CP_) $(JSRC)jccoefct.c .
  3330.     $(CCCJ) jccoefct.c
  3331.     $(RM_) jccoefct.c
  3332.  
  3333. jccolor.$(OBJ): $(JSRC)jccolor.c $(JDEP)
  3334.     $(CP_) $(JSRC)jccolor.c .
  3335.     $(CCCJ) jccolor.c
  3336.     $(RM_) jccolor.c
  3337.  
  3338. jcdctmgr.$(OBJ): $(JSRC)jcdctmgr.c $(JDEP)
  3339.     $(CP_) $(JSRC)jcdctmgr.c .
  3340.     $(CCCJ) jcdctmgr.c
  3341.     $(RM_) jcdctmgr.c
  3342.  
  3343. jchuff.$(OBJ): $(JSRC)jchuff.c $(JDEP)
  3344.     $(CP_) $(JSRC)jchuff.c .
  3345.     $(CCCJ) jchuff.c
  3346.     $(RM_) jchuff.c
  3347.  
  3348. jcmainct.$(OBJ): $(JSRC)jcmainct.c $(JDEP)
  3349.     $(CP_) $(JSRC)jcmainct.c .
  3350.     $(CCCJ) jcmainct.c
  3351.     $(RM_) jcmainct.c
  3352.  
  3353. jcmarker.$(OBJ): $(JSRC)jcmarker.c $(JDEP)
  3354.     $(CP_) $(JSRC)jcmarker.c .
  3355.     $(CCCJ) jcmarker.c
  3356.     $(RM_) jcmarker.c
  3357.  
  3358. jcmaster.$(OBJ): $(JSRC)jcmaster.c $(JDEP)
  3359.     $(CP_) $(JSRC)jcmaster.c .
  3360.     $(CCCJ) jcmaster.c
  3361.     $(RM_) jcmaster.c
  3362.  
  3363. jcparam.$(OBJ): $(JSRC)jcparam.c $(JDEP)
  3364.     $(CP_) $(JSRC)jcparam.c .
  3365.     $(CCCJ) jcparam.c
  3366.     $(RM_) jcparam.c
  3367.  
  3368. jcprepct.$(OBJ): $(JSRC)jcprepct.c $(JDEP)
  3369.     $(CP_) $(JSRC)jcprepct.c .
  3370.     $(CCCJ) jcprepct.c
  3371.     $(RM_) jcprepct.c
  3372.  
  3373. jcsample.$(OBJ): $(JSRC)jcsample.c $(JDEP)
  3374.     $(CP_) $(JSRC)jcsample.c .
  3375.     $(CCCJ) jcsample.c
  3376.     $(RM_) jcsample.c
  3377.  
  3378. jfdctint.$(OBJ): $(JSRC)jfdctint.c $(JDEP)
  3379.     $(CP_) $(JSRC)jfdctint.c .
  3380.     $(CCCJ) jfdctint.c
  3381.     $(RM_) jfdctint.c
  3382.  
  3383. # Decompression code
  3384.  
  3385. jpegd.dev: jpegd$(JVERSION).dev
  3386.     $(CP_) jpegd$(JVERSION).dev jpegd.dev
  3387.  
  3388. jpegd5=jdapi.$(OBJ)
  3389. jpegd6=jdapimin.$(OBJ) jdapistd.$(OBJ) jdinput.$(OBJ) jdphuff.$(OBJ)
  3390.  
  3391. jpegd_1=jdcoefct.$(OBJ) jdcolor.$(OBJ)
  3392. jpegd_2=jddctmgr.$(OBJ) jdhuff.$(OBJ) jdmainct.$(OBJ) jdmarker.$(OBJ)
  3393. jpegd_3=jdmaster.$(OBJ) jdpostct.$(OBJ) jdsample.$(OBJ) jidctint.$(OBJ)
  3394.  
  3395. jpegd5.dev: $(JPEG_MAK) $(ECHOGS_XE) jpegc.dev $(jpegd5) $(jpegd_1) $(jpegd_2) $(jpegd_3)
  3396.     $(SETMOD) jpegd5 $(jpegd5)
  3397.     $(ADDMOD) jpegd5 -include jpegc
  3398.     $(ADDMOD) jpegd5 -obj $(jpegd_1)
  3399.     $(ADDMOD) jpegd5 -obj $(jpegd_2)
  3400.     $(ADDMOD) jpegd5 -obj $(jpegd_3)
  3401.  
  3402. jpegd6.dev: $(JPEG_MAK) $(ECHOGS_XE) jpegc.dev $(jpegd6) $(jpegd_1) $(jpegd_2) $(jpegd_3)
  3403.     $(SETMOD) jpegd6 $(jpegd6)
  3404.     $(ADDMOD) jpegd6 -include jpegc
  3405.     $(ADDMOD) jpegd6 -obj $(jpegd_1)
  3406.     $(ADDMOD) jpegd6 -obj $(jpegd_2)
  3407.     $(ADDMOD) jpegd6 -obj $(jpegd_3)
  3408.  
  3409. # jdapi.c is v5* only
  3410. jdapi.$(OBJ): $(JSRC)jdapi.c $(JDEP)
  3411.     $(CP_) $(JSRC)jdapi.c .
  3412.     $(CCCJ) jdapi.c
  3413.     $(RM_) jdapi.c
  3414.  
  3415. # jdapimin.c is new in v6
  3416. jdapimin.$(OBJ): $(JSRC)jdapimin.c $(JDEP)
  3417.     $(CP_) $(JSRC)jdapimin.c .
  3418.     $(CCCJ) jdapimin.c
  3419.     $(RM_) jdapimin.c
  3420.  
  3421. # jdapistd.c is new in v6
  3422. jdapistd.$(OBJ): $(JSRC)jdapistd.c $(JDEP)
  3423.     $(CP_) $(JSRC)jdapistd.c .
  3424.     $(CCCJ) jdapistd.c
  3425.     $(RM_) jdapistd.c
  3426.  
  3427. jdcoefct.$(OBJ): $(JSRC)jdcoefct.c $(JDEP)
  3428.     $(CP_) $(JSRC)jdcoefct.c .
  3429.     $(CCCJ) jdcoefct.c
  3430.     $(RM_) jdcoefct.c
  3431.  
  3432. jdcolor.$(OBJ): $(JSRC)jdcolor.c $(JDEP)
  3433.     $(CP_) $(JSRC)jdcolor.c .
  3434.     $(CCCJ) jdcolor.c
  3435.     $(RM_) jdcolor.c
  3436.  
  3437. jddctmgr.$(OBJ): $(JSRC)jddctmgr.c $(JDEP)
  3438.     $(CP_) $(JSRC)jddctmgr.c .
  3439.     $(CCCJ) jddctmgr.c
  3440.     $(RM_) jddctmgr.c
  3441.  
  3442. jdhuff.$(OBJ): $(JSRC)jdhuff.c $(JDEP)
  3443.     $(CP_) $(JSRC)jdhuff.c .
  3444.     $(CCCJ) jdhuff.c
  3445.     $(RM_) jdhuff.c
  3446.  
  3447. # jdinput.c is new in v6
  3448. jdinput.$(OBJ): $(JSRC)jdinput.c $(JDEP)
  3449.     $(CP_) $(JSRC)jdinput.c .
  3450.     $(CCCJ) jdinput.c
  3451.     $(RM_) jdinput.c
  3452.  
  3453. jdmainct.$(OBJ): $(JSRC)jdmainct.c $(JDEP)
  3454.     $(CP_) $(JSRC)jdmainct.c .
  3455.     $(CCCJ) jdmainct.c
  3456.     $(RM_) jdmainct.c
  3457.  
  3458. jdmarker.$(OBJ): $(JSRC)jdmarker.c $(JDEP)
  3459.     $(CP_) $(JSRC)jdmarker.c .
  3460.     $(CCCJ) jdmarker.c
  3461.     $(RM_) jdmarker.c
  3462.  
  3463. jdmaster.$(OBJ): $(JSRC)jdmaster.c $(JDEP)
  3464.     $(CP_) $(JSRC)jdmaster.c .
  3465.     $(CCCJ) jdmaster.c
  3466.     $(RM_) jdmaster.c
  3467.  
  3468. # jdphuff.c is new in v6
  3469. jdphuff.$(OBJ): $(JSRC)jdphuff.c $(JDEP)
  3470.     $(CP_) $(JSRC)jdphuff.c .
  3471.     $(CCCJ) jdphuff.c
  3472.     $(RM_) jdphuff.c
  3473.  
  3474. jdpostct.$(OBJ): $(JSRC)jdpostct.c $(JDEP)
  3475.     $(CP_) $(JSRC)jdpostct.c .
  3476.     $(CCCJ) jdpostct.c
  3477.     $(RM_) jdpostct.c
  3478.  
  3479. jdsample.$(OBJ): $(JSRC)jdsample.c $(JDEP)
  3480.     $(CP_) $(JSRC)jdsample.c .
  3481.     $(CCCJ) jdsample.c
  3482.     $(RM_) jdsample.c
  3483.  
  3484. jidctint.$(OBJ): $(JSRC)jidctint.c $(JDEP)
  3485.     $(CP_) $(JSRC)jidctint.c .
  3486.     $(CCCJ) jidctint.c
  3487.     $(RM_) jidctint.c
  3488. #    Copyright (C) 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  3489. # This file is part of Aladdin Ghostscript.
  3490. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  3491. # or distributor accepts any responsibility for the consequences of using it,
  3492. # or for whether it serves any particular purpose or works at all, unless he
  3493. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  3494. # License (the "License") for full details.
  3495. # Every copy of Aladdin Ghostscript must include a copy of the License,
  3496. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  3497. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  3498. # under certain conditions described in the License.  Among other things, the
  3499. # License requires that the copyright notice and this notice be preserved on
  3500. # all copies.
  3501.  
  3502. # makefile for PNG (Portable Network Graphics) code.
  3503.  
  3504. # This partial makefile compiles the png library for use in the Ghostscript
  3505. # PNG drivers.  You can get the source code for this library from:
  3506. #   ftp://swrinde.nde.swri.edu/pub/png/src/
  3507. # The makefile is known to work with the following library versions:
  3508. # 0.88, 0.89, 0.90, 0.95, and 0.96.  NOTE: the archive for libpng 0.95 may
  3509. # be inconsistent: if you have compilation problems, use an older version.
  3510. # Please see Ghostscript's `make.txt' file for instructions about how to
  3511. # unpack these archives.
  3512. #
  3513. # The specification for the PNG file format is available from:
  3514. #   http://www.group42.com/png.htm
  3515. #   http://www.w3.org/pub/WWW/TR/WD-png
  3516.  
  3517. # Define the name of this makefile.
  3518. LIBPNG_MAK=libpng.mak
  3519.  
  3520. # PSRCDIR is defined in the platform-specific makefile, not here,
  3521. # as the directory where the PNG library sources are stored.
  3522. #PSRCDIR=libpng
  3523. # PVERSION is defined in the platform-specific makefile, not here,
  3524. # as the libpng version number ("88", "89", "90", "95", or "96").
  3525. #PVERSION=96
  3526.  
  3527. PSRC=$(PSRCDIR)$(D)
  3528. # CCCP is defined in gs.mak.
  3529. #CCCP=$(CCC) -I$(PSRCDIR) -I$(ZSRCDIR)
  3530.  
  3531. # We keep all of the PNG code in a separate directory so as not to
  3532. # inadvertently mix it up with Aladdin Enterprises' own code.
  3533. PDEP=$(AK)
  3534.  
  3535. png_1=png.$(OBJ) pngmem.$(OBJ) pngerror.$(OBJ)
  3536. png_2=pngtrans.$(OBJ) pngwrite.$(OBJ) pngwtran.$(OBJ) pngwutil.$(OBJ)
  3537.  
  3538. # libpng modules
  3539.  
  3540. png.$(OBJ): $(PSRC)png.c $(PDEP)
  3541.     $(CCCP) $(PSRC)png.c
  3542.  
  3543. # version 0.88 uses pngio.c
  3544. pngio.$(OBJ): $(PSRC)pngio.c $(PDEP)
  3545.     $(CCCP) $(PSRC)pngio.c
  3546.  
  3547. # version 0.89 uses pngwio.c
  3548. pngwio.$(OBJ): $(PSRC)pngwio.c $(PDEP)
  3549.     $(CCCP) $(PSRC)pngwio.c
  3550.  
  3551. pngmem.$(OBJ): $(PSRC)pngmem.c $(PDEP)
  3552.     $(CCCP) $(PSRC)pngmem.c
  3553.  
  3554. pngerror.$(OBJ): $(PSRC)pngerror.c $(PDEP)
  3555.     $(CCCP) $(PSRC)pngerror.c
  3556.  
  3557. pngtrans.$(OBJ): $(PSRC)pngtrans.c $(PDEP)
  3558.     $(CCCP) $(PSRC)pngtrans.c
  3559.  
  3560. pngwrite.$(OBJ): $(PSRC)pngwrite.c $(PDEP)
  3561.     $(CCCP) $(PSRC)pngwrite.c
  3562.  
  3563. pngwtran.$(OBJ): $(PSRC)pngwtran.c $(PDEP)
  3564.     $(CCCP) $(PSRC)pngwtran.c
  3565.  
  3566. pngwutil.$(OBJ): $(PSRC)pngwutil.c $(PDEP)
  3567.     $(CCCP) $(PSRC)pngwutil.c
  3568.  
  3569. # Define the version of libpng.dev that we are actually using.
  3570. libpng.dev: $(MAKEFILE) libpng_$(SHARE_LIBPNG).dev
  3571.     $(CP_) libpng_$(SHARE_LIBPNG).dev libpng.dev
  3572.  
  3573. # Define the shared version of libpng.
  3574. libpng_1.dev: $(MAKEFILE) $(LIBPNG_MAK) $(ECHOGS_XE)
  3575.     $(SETMOD) libpng_1 -lib $(LIBPNG_NAME)
  3576.  
  3577. # Define the non-shared version of libpng.
  3578. libpng_0.dev: $(LIBPNG_MAK) $(ECHOGS_XE) $(png_1) $(png_2)\
  3579.  zlibe.dev libpng$(PVERSION).dev
  3580.     $(SETMOD) libpng_0 $(png_1)
  3581.     $(ADDMOD) libpng_0 $(png_2)
  3582.     $(ADDMOD) libpng_0 -include zlibe libpng$(PVERSION)
  3583.  
  3584. libpng88.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngio.$(OBJ)
  3585.     $(SETMOD) libpng88 pngio.$(OBJ)
  3586.  
  3587. libpng89.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ)
  3588.     $(SETMOD) libpng89 pngwio.$(OBJ)
  3589.  
  3590. libpng90.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
  3591.     $(SETMOD) libpng90 pngwio.$(OBJ) -include crc32
  3592.  
  3593. libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
  3594.     $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32
  3595.  
  3596. libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
  3597.     $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32
  3598. #    Copyright (C) 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  3599. # This file is part of Aladdin Ghostscript.
  3600. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  3601. # or distributor accepts any responsibility for the consequences of using it,
  3602. # or for whether it serves any particular purpose or works at all, unless he
  3603. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  3604. # License (the "License") for full details.
  3605. # Every copy of Aladdin Ghostscript must include a copy of the License,
  3606. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  3607. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  3608. # under certain conditions described in the License.  Among other things, the
  3609. # License requires that the copyright notice and this notice be preserved on
  3610. # all copies.
  3611.  
  3612. # makefile for zlib library code.
  3613.  
  3614. # This partial makefile compiles the zlib library for use in Ghostscript.
  3615. # You can get the source code for this library from:
  3616. #   ftp://ftp.uu.net/pub/archiving/zip/zlib/zlib104.zip   (zlib 1.0.4)
  3617. #        or zlib-1.0.4.tar.gz
  3618. # Please see Ghostscript's `make.txt' file for instructions about how to
  3619. # unpack these archives.
  3620.  
  3621. # Define the name of this makefile.
  3622. ZLIB_MAK=zlib.mak
  3623.  
  3624. # ZSRCDIR is defined in the platform-specific makefile, not here,
  3625. # as the directory where the zlib sources are stored.
  3626. #ZSRCDIR=zlib
  3627. ZSRC=$(ZSRCDIR)$(D)
  3628. # We would like to define
  3629. #CCCZ=$(CCC) -I$(ZSRCDIR) -Dverbose=-1
  3630. # but the Watcom C compiler has strange undocumented restrictions on what can
  3631. # follow a -D=, and it doesn't allow negative numbers.  Instead, we define
  3632. # (in gs.mak):
  3633. #CCCZ=$(CCC) -I. -I$(ZSRCDIR)
  3634. # and handle the definition of verbose in a different, more awkward way.
  3635.  
  3636. # We keep all of the zlib code in a separate directory so as not to
  3637. # inadvertently mix it up with Aladdin Enterprises' own code.
  3638. ZDEP=$(AK)
  3639.  
  3640. # Contrary to what some portability bigots assert as fact, C compilers are
  3641. # not consistent about where they start searching for #included files:
  3642. # some always start by looking in the same directory as the .c file being
  3643. # compiled, before using the search path specified with -I on the command
  3644. # line, while others do not do this.  For this reason, we must explicitly
  3645. # copy and then delete all the .c files, because they need to obtain our
  3646. # modified version of zutil.h.  We must also copy all header files that
  3647. # reference zutil.h directly or indirectly.
  3648.  
  3649. # Code common to compression and decompression.
  3650.  
  3651. zlibc_=zutil.$(OBJ)
  3652. zlibc.dev: $(ZLIB_MAK) $(ECHOGS_XE) $(zlibc_)
  3653.     $(SETMOD) zlibc $(zlibc_)
  3654.  
  3655. zutil.h: $(ZSRC)zutil.h $(ECHOGS_XE)
  3656.     $(EXP)echogs -w zutil.h -x 23 define verbose -s - -1
  3657.     $(EXP)echogs -a zutil.h -+R $(ZSRC)zutil.h
  3658.  
  3659. zutil.$(OBJ): $(ZSRC)zutil.c $(ZDEP) zutil.h
  3660.     $(CP_) $(ZSRC)zutil.c .
  3661.     $(CCCZ) zutil.c
  3662.     $(RM_) zutil.c
  3663.  
  3664. # Encoding (compression) code.
  3665.  
  3666. deflate.h: $(ZSRC)deflate.h zutil.h
  3667.     $(CP_) $(ZSRC)deflate.h deflate.h
  3668.  
  3669. zlibe.dev: $(MAKEFILE) zlibe_$(SHARE_ZLIB).dev
  3670.     $(CP_) zlibe_$(SHARE_ZLIB).dev zlibe.dev
  3671.  
  3672. zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE)
  3673.     $(SETMOD) zlibe_1 -lib $(ZLIB_NAME)
  3674.  
  3675. zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ)
  3676. zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_)
  3677.     $(SETMOD) zlibe_0 $(zlibe_)
  3678.     $(ADDMOD) zlibe_0 -include zlibc
  3679.  
  3680. adler32.$(OBJ): $(ZSRC)adler32.c $(ZDEP)
  3681.     $(CP_) $(ZSRC)adler32.c .
  3682.     $(CCCZ) adler32.c
  3683.     $(RM_) adler32.c
  3684.  
  3685. deflate.$(OBJ): $(ZSRC)deflate.c $(ZDEP) deflate.h
  3686.     $(CP_) $(ZSRC)deflate.c .
  3687.     $(CCCZ) deflate.c
  3688.     $(RM_) deflate.c
  3689.  
  3690. trees.$(OBJ): $(ZSRC)trees.c $(ZDEP) deflate.h
  3691.     $(CP_) $(ZSRC)trees.c .
  3692.     $(CCCZ) trees.c
  3693.     $(RM_) trees.c
  3694.  
  3695. # The zlib filters per se don't need crc32, but libpng versions starting
  3696. # with 0.90 do.
  3697.  
  3698. crc32.dev: $(MAKEFILE) crc32_$(SHARE_ZLIB).dev
  3699.     $(CP_) crc32_$(SHARE_ZLIB).dev crc32.dev
  3700.  
  3701. crc32_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE)
  3702.     $(SETMOD) crc32_1 -lib $(ZLIB_NAME)
  3703.  
  3704. crc32_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) crc32.$(OBJ)
  3705.     $(SETMOD) crc32_0 crc32.$(OBJ)
  3706.  
  3707. crc32.$(OBJ): $(ZSRC)crc32.c $(ZDEP) deflate.h
  3708.     $(CP_) $(ZSRC)crc32.c .
  3709.     $(CCCZ) crc32.c
  3710.     $(RM_) crc32.c
  3711.  
  3712. # Decoding (decompression) code.
  3713.  
  3714. zlibd.dev: $(MAKEFILE) zlibd_$(SHARE_ZLIB).dev
  3715.     $(CP_) zlibd_$(SHARE_ZLIB).dev zlibd.dev
  3716.  
  3717. zlibd_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE)
  3718.     $(SETMOD) zlibd_1 -lib $(ZLIB_NAME)
  3719.  
  3720. zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ)
  3721. zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ)
  3722. zlibd_ = $(zlibd1_) $(zlibd2_)
  3723. zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_)
  3724.     $(SETMOD) zlibd_0 $(zlibd1_)
  3725.     $(ADDMOD) zlibd_0 -obj $(zlibd2_)
  3726.     $(ADDMOD) zlibd_0 -include zlibc
  3727.  
  3728. infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h
  3729.     $(CP_) $(ZSRC)infblock.c .
  3730.     $(CCCZ) infblock.c
  3731.     $(RM_) infblock.c
  3732.  
  3733. infcodes.$(OBJ): $(ZSRC)infcodes.c $(ZDEP) zutil.h
  3734.     $(CP_) $(ZSRC)infcodes.c .
  3735.     $(CCCZ) infcodes.c
  3736.     $(RM_) infcodes.c
  3737.  
  3738. inffast.$(OBJ): $(ZSRC)inffast.c $(ZDEP) zutil.h
  3739.     $(CP_) $(ZSRC)inffast.c .
  3740.     $(CCCZ) inffast.c
  3741.     $(RM_) inffast.c
  3742.  
  3743. inflate.$(OBJ): $(ZSRC)inflate.c $(ZDEP) zutil.h
  3744.     $(CP_) $(ZSRC)inflate.c .
  3745.     $(CCCZ) inflate.c
  3746.     $(RM_) inflate.c
  3747.  
  3748. inftrees.$(OBJ): $(ZSRC)inftrees.c $(ZDEP) zutil.h
  3749.     $(CP_) $(ZSRC)inftrees.c .
  3750.     $(CCCZ) inftrees.c
  3751.     $(RM_) inftrees.c
  3752.  
  3753. infutil.$(OBJ): $(ZSRC)infutil.c $(ZDEP) zutil.h
  3754.     $(CP_) $(ZSRC)infutil.c .
  3755.     $(CCCZ) infutil.c
  3756.     $(RM_) infutil.c
  3757. #    Copyright (C) 1989, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  3758. # This file is part of Aladdin Ghostscript.
  3759. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  3760. # or distributor accepts any responsibility for the consequences of using it,
  3761. # or for whether it serves any particular purpose or works at all, unless he
  3762. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  3763. # License (the "License") for full details.
  3764. # Every copy of Aladdin Ghostscript must include a copy of the License,
  3765. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  3766. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  3767. # under certain conditions described in the License.  Among other things, the
  3768. # License requires that the copyright notice and this notice be preserved on
  3769. # all copies.
  3770.  
  3771. # makefile for device drivers.
  3772.  
  3773. # Define the name of this makefile.
  3774. DEVS_MAK=devs.mak
  3775.  
  3776. ###### --------------------------- Catalog -------------------------- ######
  3777.  
  3778. # It is possible to build configurations with an arbitrary collection of
  3779. # device drivers, although some drivers are supported only on a subset
  3780. # of the target platforms.  The currently available drivers are:
  3781.  
  3782. # MS-DOS displays (note: not usable with Desqview/X):
  3783. #   MS-DOS EGA and VGA:
  3784. #    ega    EGA (640x350, 16-color)
  3785. #    vga    VGA (640x480, 16-color)
  3786. #   MS-DOS SuperVGA:
  3787. # *    ali    SuperVGA using Avance Logic Inc. chipset, 256-color modes
  3788. # *    atiw    ATI Wonder SuperVGA, 256-color modes
  3789. # *    s3vga    SuperVGA using S3 86C911 chip (e.g., Diamond Stealth board)
  3790. #    svga16    Generic SuperVGA in 800x600, 16-color mode
  3791. # *    tseng    SuperVGA using Tseng Labs ET3000/4000 chips, 256-color modes
  3792. # *    tvga    SuperVGA using Trident chipset, 256-color modes
  3793. #   ****** NOTE: The vesa device does not work with the Watcom (32-bit MS-DOS)
  3794. #   ****** compiler or executable.
  3795. #    vesa    SuperVGA with VESA standard API driver
  3796. #   MS-DOS other:
  3797. #    bgi    Borland Graphics Interface (CGA)  [MS-DOS only]
  3798. # *    herc    Hercules Graphics display   [MS-DOS only]
  3799. # *    pe    Private Eye display
  3800. # Other displays:
  3801. #   MS Windows:
  3802. #    mswindll  Microsoft Windows 3.1 DLL  [MS Windows only]
  3803. #    mswinprn  Microsoft Windows 3.0, 3.1 DDB printer  [MS Windows only]
  3804. #    mswinpr2  Microsoft Windows 3.0, 3.1 DIB printer  [MS Windows only]
  3805. #   OS/2:
  3806. # *    os2pm    OS/2 Presentation Manager   [OS/2 only]
  3807. # *    os2dll    OS/2 DLL bitmap             [OS/2 only]
  3808. # *    os2prn    OS/2 printer                [OS/2 only]
  3809. #   Unix and VMS:
  3810. #   ****** NOTE: For direct frame buffer addressing under SCO Unix or Xenix,
  3811. #   ****** edit the definition of EGAVGA below.
  3812. # *    att3b1    AT&T 3b1/Unixpc monochrome display   [3b1 only]
  3813. # *    lvga256  Linux vgalib, 256-color VGA modes  [Linux only]
  3814. # *    sonyfb    Sony Microsystems monochrome display   [Sony only]
  3815. # *    sunview  SunView window system   [SunOS only]
  3816. # +    vgalib    Linux PC with VGALIB   [Linux only]
  3817. #    x11    X Windows version 11, release >=4   [Unix and VMS only]
  3818. #    x11alpha  X Windows masquerading as a device with alpha capability
  3819. #    x11cmyk  X Windows masquerading as a 1-bit-per-plane CMYK device
  3820. #    x11gray2  X Windows as a 2-bit gray-scale device
  3821. #    x11mono  X Windows masquerading as a black-and-white device
  3822. #   Platform-independent:
  3823. # *    sxlcrt    CRT sixels, e.g. for VT240-like terminals
  3824. # Printers:
  3825. # *    ap3250    Epson AP3250 printer
  3826. # *    appledmp  Apple Dot Matrix Printer (should also work with Imagewriter)
  3827. #    bj10e    Canon BubbleJet BJ10e
  3828. # *    bj200    Canon BubbleJet BJ200
  3829. # *    bjc600   Canon Color BubbleJet BJC-600, BJC-4000 and BJC-70
  3830. #               also good for Apple printers like the StyleWriter 2x00
  3831. # *    bjc800   Canon Color BubbleJet BJC-800
  3832. # *     ccr     CalComp Raster format
  3833. # *    cdeskjet  H-P DeskJet 500C with 1 bit/pixel color
  3834. # *    cdjcolor  H-P DeskJet 500C with 24 bit/pixel color and
  3835. #        high-quality color (Floyd-Steinberg) dithering;
  3836. #        also good for DeskJet 540C and Citizen Projet IIc (-r200x300)
  3837. # *    cdjmono  H-P DeskJet 500C printing black only;
  3838. #        also good for DeskJet 510, 520, and 540C (black only)
  3839. # *    cdj500    H-P DeskJet 500C (same as cdjcolor)
  3840. # *    cdj550    H-P DeskJet 550C/560C
  3841. # *    cp50    Mitsubishi CP50 color printer
  3842. # *    declj250  alternate DEC LJ250 driver
  3843. # +    deskjet  H-P DeskJet and DeskJet Plus
  3844. #    djet500  H-P DeskJet 500
  3845. # *    djet500c  H-P DeskJet 500C alternate driver
  3846. #        (does not work on 550C or 560C)
  3847. # *    dnj650c  H-P DesignJet 650C
  3848. #    epson    Epson-compatible dot matrix printers (9- or 24-pin)
  3849. # *    eps9mid  Epson-compatible 9-pin, interleaved lines
  3850. #        (intermediate resolution)
  3851. # *    eps9high  Epson-compatible 9-pin, interleaved lines
  3852. #        (triple resolution)
  3853. # *    epsonc    Epson LQ-2550 and Fujitsu 3400/2400/1200 color printers
  3854. # *    ibmpro  IBM 9-pin Proprinter
  3855. # *    imagen    Imagen ImPress printers
  3856. # *    iwhi    Apple Imagewriter in high-resolution mode
  3857. # *    iwlo    Apple Imagewriter in low-resolution mode
  3858. # *    iwlq    Apple Imagewriter LQ in 320 x 216 dpi mode
  3859. # *    jetp3852  IBM Jetprinter ink-jet color printer (Model #3852)
  3860. # +    laserjet  H-P LaserJet
  3861. # *    la50    DEC LA50 printer
  3862. # *    la70    DEC LA70 printer
  3863. # *    la70t    DEC LA70 printer with low-resolution text enhancement
  3864. # *    la75    DEC LA75 printer
  3865. # *    la75plus DEC LA75plus printer
  3866. # *    lbp8    Canon LBP-8II laser printer
  3867. # *    lips3    Canon LIPS III laser printer in English (CaPSL) mode
  3868. # *    ln03    DEC LN03 printer
  3869. # *    lj250    DEC LJ250 Companion color printer
  3870. # +    ljet2p    H-P LaserJet IId/IIp/III* with TIFF compression
  3871. # +    ljet3    H-P LaserJet III* with Delta Row compression
  3872. # +    ljet3d    H-P LaserJet IIID with duplex capability
  3873. # +    ljet4    H-P LaserJet 4 (defaults to 600 dpi)
  3874. # +    lj4dith  H-P LaserJet 4 with Floyd-Steinberg dithering
  3875. # +    ljetplus  H-P LaserJet Plus
  3876. #    lj5mono  H-P LaserJet 5 & 6 family (PCL XL), bitmap:
  3877. #        see below for restrictions & advice
  3878. #    lj5gray  H-P LaserJet 5 & 6 family, gray-scale bitmap;
  3879. #        see below for restrictions & advice
  3880. # *    lp2563    H-P 2563B line printer
  3881. # *    lp8000    Epson LP-8000 laser printer
  3882. # *    m8510    C.Itoh M8510 printer
  3883. # *    necp6    NEC P6/P6+/P60 printers at 360 x 360 DPI resolution
  3884. # *    nwp533  Sony Microsystems NWP533 laser printer   [Sony only]
  3885. # *    oce9050  OCE 9050 printer
  3886. # *    oki182    Okidata MicroLine 182
  3887. # *    okiibm    Okidata MicroLine IBM-compatible printers
  3888. # *    paintjet  alternate H-P PaintJet color printer
  3889. # *    pj    H-P PaintJet XL driver 
  3890. # *    pjetxl    alternate H-P PaintJet XL driver
  3891. # *    pjxl    H-P PaintJet XL color printer
  3892. # *    pjxl300  H-P PaintJet XL300 color printer;
  3893. #        also good for PaintJet 1200C
  3894. #    (pxlmono) H-P black-and-white PCL XL printers (LaserJet 5 and 6 family)
  3895. #    (pxlcolor) H-P color PCL XL printers (none available yet)
  3896. # *    r4081    Ricoh 4081 laser printer
  3897. # *    sj48    StarJet 48 inkjet printer
  3898. # *    sparc    SPARCprinter
  3899. # *    st800    Epson Stylus 800 printer
  3900. # *    stcolor    Epson Stylus Color
  3901. # *    t4693d2  Tektronix 4693d color printer, 2 bits per R/G/B component
  3902. # *    t4693d4  Tektronix 4693d color printer, 4 bits per R/G/B component
  3903. # *    t4693d8  Tektronix 4693d color printer, 8 bits per R/G/B component
  3904. # *    tek4696  Tektronix 4695/4696 inkjet plotter
  3905. # *    uniprint  Unified printer driver -- Configurable Color ESC/P-,
  3906. #        ESC/P2-, HP-RTL/PCL mono/color driver
  3907. # *    xes    Xerox XES printers (2700, 3700, 4045, etc.)
  3908. # Fax systems:
  3909. # *    dfaxhigh  DigiBoard, Inc.'s DigiFAX software format (high resolution)
  3910. # *    dfaxlow  DigiFAX low (normal) resolution
  3911. # Fax file format:
  3912. #   ****** NOTE: all of these drivers adjust the page size to match
  3913. #   ****** one of the three CCITT standard sizes (U.S. letter with A4 width,
  3914. #   ****** A4, or B4).
  3915. #    faxg3    Group 3 fax, with EOLs but no header or EOD
  3916. #    faxg32d  Group 3 2-D fax, with EOLs but no header or EOD
  3917. #    faxg4    Group 4 fax, with EOLs but no header or EOD
  3918. #    tiffcrle  TIFF "CCITT RLE 1-dim" (= Group 3 fax with no EOLs)
  3919. #    tiffg3    TIFF Group 3 fax (with EOLs)
  3920. #    tiffg32d  TIFF Group 3 2-D fax
  3921. #    tiffg4    TIFF Group 4 fax
  3922. # High-level file formats:
  3923. #    epswrite  EPS output (like PostScript Distillery)
  3924. #    pdfwrite  PDF output (like Adobe Acrobat Distiller)
  3925. #    pswrite  PostScript output (like PostScript Distillery)
  3926. #    pxlmono  Black-and-white PCL XL
  3927. #    pxlcolor  Color PCL XL
  3928. # Other raster file formats and devices:
  3929. #    bit    Plain bits, monochrome
  3930. #    bitrgb    Plain bits, RGB
  3931. #    bitcmyk  Plain bits, CMYK
  3932. #    bmpmono    Monochrome MS Windows .BMP file format
  3933. #    bmp16    4-bit (EGA/VGA) .BMP file format
  3934. #    bmp256    8-bit (256-color) .BMP file format
  3935. #    bmp16m    24-bit .BMP file format
  3936. #    cgmmono  Monochrome (black-and-white) CGM -- LOW LEVEL OUTPUT ONLY
  3937. #    cgm8    8-bit (256-color) CGM -- DITTO
  3938. #    cgm24    24-bit color CGM -- DITTO
  3939. # *    cif    CIF file format for VLSI
  3940. #    jpeg    JPEG format, RGB output
  3941. #    jpeggray  JPEG format, gray output
  3942. #    miff24    ImageMagick MIFF format, 24-bit direct color, RLE compressed
  3943. # *    mgrmono  1-bit monochrome MGR devices
  3944. # *    mgrgray2  2-bit gray scale MGR devices
  3945. # *    mgrgray4  4-bit gray scale MGR devices
  3946. # *    mgrgray8  8-bit gray scale MGR devices
  3947. # *    mgr4    4-bit (VGA) color MGR devices
  3948. # *    mgr8    8-bit color MGR devices
  3949. #    pcxmono    PCX file format, monochrome (1-bit black and white)
  3950. #    pcxgray    PCX file format, 8-bit gray scale
  3951. #    pcx16    PCX file format, 4-bit planar (EGA/VGA) color
  3952. #    pcx256    PCX file format, 8-bit chunky color
  3953. #    pcx24b    PCX file format, 24-bit color (3 8-bit planes)
  3954. #    pcxcmyk PCX file format, 4-bit chunky CMYK color
  3955. #    pbm    Portable Bitmap (plain format)
  3956. #    pbmraw    Portable Bitmap (raw format)
  3957. #    pgm    Portable Graymap (plain format)
  3958. #    pgmraw    Portable Graymap (raw format)
  3959. #    pgnm    Portable Graymap (plain format), optimizing to PBM if possible
  3960. #    pgnmraw    Portable Graymap (raw format), optimizing to PBM if possible
  3961. #    pnm    Portable Pixmap (plain format) (RGB), optimizing to PGM or PBM
  3962. #         if possible
  3963. #    pnmraw    Portable Pixmap (raw format) (RGB), optimizing to PGM or PBM
  3964. #         if possible
  3965. #    ppm    Portable Pixmap (plain format) (RGB)
  3966. #    ppmraw    Portable Pixmap (raw format) (RGB)
  3967. #    pkm    Portable inKmap (plain format) (4-bit CMYK => RGB)
  3968. #    pkmraw    Portable inKmap (raw format) (4-bit CMYK => RGB)
  3969. #    pngmono    Monochrome Portable Network Graphics (PNG)
  3970. #    pnggray    8-bit gray Portable Network Graphics (PNG)
  3971. #    png16    4-bit color Portable Network Graphics (PNG)
  3972. #    png256    8-bit color Portable Network Graphics (PNG)
  3973. #    png16m    24-bit color Portable Network Graphics (PNG)
  3974. #    psmono    PostScript (Level 1) monochrome image
  3975. #    psgray    PostScript (Level 1) 8-bit gray image
  3976. #    sgirgb    SGI RGB pixmap format
  3977. #    tiff12nc  TIFF 12-bit RGB, no compression
  3978. #    tiff24nc  TIFF 24-bit RGB, no compression (NeXT standard format)
  3979. #    tifflzw  TIFF LZW (tag = 5) (monochrome)
  3980. #    tiffpack  TIFF PackBits (tag = 32773) (monochrome)
  3981.  
  3982. # User-contributed drivers marked with * require hardware or software
  3983. # that is not available to Aladdin Enterprises.  Please contact the
  3984. # original contributors, not Aladdin Enterprises, if you have questions.
  3985. # Contact information appears in the driver entry below.
  3986. #
  3987. # Drivers marked with a + are maintained by Aladdin Enterprises with
  3988. # the assistance of users, since Aladdin Enterprises doesn't have access to
  3989. # the hardware for these either.
  3990.  
  3991. # If you add drivers, it would be nice if you kept each list
  3992. # in alphabetical order.
  3993.  
  3994. ###### ----------------------- End of catalog ----------------------- ######
  3995.  
  3996. # As noted in gs.mak, DEVICE_DEVS and DEVICE_DEVS1..15 select the devices
  3997. # that should be included in a given configuration.  By convention, these
  3998. # are used as follows.  Each of these must be limited to about 10 devices
  3999. # so as not to overflow the 120 character limit on MS-DOS command lines.
  4000. #    DEVICE_DEVS - the default device, and any display devices.
  4001. #    DEVICE_DEVS1 - additional display devices if needed.
  4002. #    DEVICE_DEVS2 - dot matrix printers.
  4003. #    DEVICE_DEVS3 - H-P monochrome printers.
  4004. #    DEVICE_DEVS4 - H-P color printers.
  4005. #    DEVICE_DEVS5 - additional H-P printers if needed.
  4006. #    DEVICE_DEVS6 - other ink-jet and laser printers.
  4007. #    DEVICE_DEVS7 - fax file formats.
  4008. #    DEVICE_DEVS8 - PCX file formats.
  4009. #    DEVICE_DEVS9 - PBM/PGM/PPM file formats.
  4010. #    DEVICE_DEVS10 - black-and-white TIFF file formats.
  4011. #    DEVICE_DEVS11 - BMP and color TIFF file formats.
  4012. #    DEVICE_DEVS12 - PostScript image and 'bit' file formats.
  4013. #    DEVICE_DEVS13 - PNG file formats.
  4014. #    DEVICE_DEVS14 - CGM, JPEG, and MIFF file formats.
  4015. #    DEVICE_DEVS15 - high-level (PostScript and PDF) file formats.
  4016. # Feel free to disregard this convention if it gets in your way.
  4017.  
  4018. # If you want to add a new device driver, the examples below should be
  4019. # enough of a guide to the correct form for the makefile rules.
  4020. # Note that all drivers other than displays must include page.dev in their
  4021. # dependencies and use $(SETPDEV) rather than $(SETDEV) in their rule bodies.
  4022.  
  4023. # All device drivers depend on the following:
  4024. GDEV=$(AK) $(ECHOGS_XE) $(gserrors_h) $(gx_h) $(gxdevice_h)
  4025.  
  4026. # "Printer" drivers depend on the following:
  4027. PDEVH=$(AK) $(gdevprn_h)
  4028.  
  4029. # Define the header files for device drivers.  Every header file used by
  4030. # more than one device driver family must be listed here.
  4031. gdev8bcm_h=gdev8bcm.h
  4032. gdevpccm_h=gdevpccm.h
  4033. gdevpcfb_h=gdevpcfb.h $(dos__h)
  4034. gdevpcl_h=gdevpcl.h
  4035. gdevsvga_h=gdevsvga.h
  4036. gdevx_h=gdevx.h
  4037.  
  4038. ###### ----------------------- Device support ----------------------- ######
  4039.  
  4040. # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
  4041. gdevemap.$(OBJ): gdevemap.c $(AK) $(std_h)
  4042.  
  4043. # Implement dynamic color management for 8-bit mapped color displays.
  4044. gdev8bcm.$(OBJ): gdev8bcm.c $(AK) \
  4045.   $(gx_h) $(gxdevice_h) $(gdev8bcm_h)
  4046.  
  4047. ###### ------------------- MS-DOS display devices ------------------- ######
  4048.  
  4049. # There are really only three drivers: an EGA/VGA driver (4 bit-planes,
  4050. # plane-addressed), a SuperVGA driver (8 bit-planes, byte addressed),
  4051. # and a special driver for the S3 chip.
  4052.  
  4053. # PC display color mapping
  4054. gdevpccm.$(OBJ): gdevpccm.c $(AK) \
  4055.   $(gx_h) $(gsmatrix_h) $(gxdevice_h) $(gdevpccm_h)
  4056.  
  4057. ### ----------------------- EGA and VGA displays ----------------------- ###
  4058.  
  4059. # The shared MS-DOS makefile defines PCFBASM as either gdevegaa.$(OBJ)
  4060. # or an empty string.
  4061.  
  4062. gdevegaa.$(OBJ): gdevegaa.asm
  4063.  
  4064. # NOTE: for direct frame buffer addressing under SCO Unix or Xenix,
  4065. # change gdevevga to gdevsco in the following line.  Also, since
  4066. # SCO's /bin/as does not support the "out" instructions, you must build
  4067. # the gnu assembler and have it on your path as "as".
  4068. EGAVGA=gdevevga.$(OBJ) gdevpcfb.$(OBJ) gdevpccm.$(OBJ) $(PCFBASM)
  4069. #EGAVGA=gdevsco.$(OBJ) gdevpcfb.$(OBJ) gdevpccm.$(OBJ) $(PCFBASM)
  4070.  
  4071. gdevevga.$(OBJ): gdevevga.c $(GDEV) $(memory__h) $(gdevpcfb_h)
  4072.     $(CCD) gdevevga.c
  4073.  
  4074. gdevsco.$(OBJ): gdevsco.c $(GDEV) $(memory__h) $(gdevpcfb_h)
  4075.  
  4076. # Common code for MS-DOS and SCO.
  4077. gdevpcfb.$(OBJ): gdevpcfb.c $(GDEV) $(memory__h) $(gconfigv_h)\
  4078.  $(gdevpccm_h) $(gdevpcfb_h) $(gsparam_h)
  4079.     $(CCD) gdevpcfb.c
  4080.  
  4081. # The EGA/VGA family includes EGA and VGA.  Many SuperVGAs in 800x600,
  4082. # 16-color mode can share the same code; see the next section below.
  4083.  
  4084. ega.dev: $(EGAVGA)
  4085.     $(SETDEV) ega $(EGAVGA)
  4086.  
  4087. vga.dev: $(EGAVGA)
  4088.     $(SETDEV) vga $(EGAVGA)
  4089.  
  4090. ### ------------------------- SuperVGA displays ------------------------ ###
  4091.  
  4092. # SuperVGA displays in 16-color, 800x600 mode are really just slightly
  4093. # glorified VGA's, so we can handle them all with a single driver.
  4094. # The way to select them on the command line is with
  4095. #    -sDEVICE=svga16 -dDisplayMode=NNN
  4096. # where NNN is the display mode in decimal.  See use.txt for the modes
  4097. # for some popular display chipsets.
  4098.  
  4099. svga16.dev: $(EGAVGA)
  4100.     $(SETDEV) svga16 $(EGAVGA)
  4101.  
  4102. # More capable SuperVGAs have a wide variety of slightly differing
  4103. # interfaces, so we need a separate driver for each one.
  4104.  
  4105. SVGA=gdevsvga.$(OBJ) gdevpccm.$(OBJ) $(PCFBASM)
  4106.  
  4107. gdevsvga.$(OBJ): gdevsvga.c $(GDEV) $(memory__h) $(gconfigv_h)\
  4108.  $(gsparam_h) $(gxarith_h) $(gdevpccm_h) $(gdevpcfb_h) $(gdevsvga_h)
  4109.     $(CCD) gdevsvga.c
  4110.  
  4111. # The SuperVGA family includes: Avance Logic Inc., ATI Wonder, S3,
  4112. # Trident, Tseng ET3000/4000, and VESA.
  4113.  
  4114. ali.dev: $(SVGA)
  4115.     $(SETDEV) ali $(SVGA)
  4116.  
  4117. atiw.dev: $(SVGA)
  4118.     $(SETDEV) atiw $(SVGA)
  4119.  
  4120. tseng.dev: $(SVGA)
  4121.     $(SETDEV) tseng $(SVGA)
  4122.  
  4123. tvga.dev: $(SVGA)
  4124.     $(SETDEV) tvga $(SVGA)
  4125.  
  4126. vesa.dev: $(SVGA)
  4127.     $(SETDEV) vesa $(SVGA)
  4128.  
  4129. # The S3 driver doesn't share much code with the others.
  4130.  
  4131. s3vga_=gdevs3ga.$(OBJ) gdevsvga.$(OBJ) gdevpccm.$(OBJ)
  4132. s3vga.dev: $(SVGA) $(s3vga_)
  4133.     $(SETDEV) s3vga $(SVGA)
  4134.     $(ADDMOD) s3vga -obj $(s3vga_)
  4135.  
  4136. gdevs3ga.$(OBJ): gdevs3ga.c $(GDEV) $(gdevpcfb_h) $(gdevsvga_h)
  4137.     $(CCD) gdevs3ga.c
  4138.  
  4139. ### ------------ The BGI (Borland Graphics Interface) device ----------- ###
  4140.  
  4141. cgaf.$(OBJ): $(BGIDIR)\cga.bgi
  4142.     $(BGIDIR)\bgiobj /F $(BGIDIR)\cga
  4143.  
  4144. egavgaf.$(OBJ): $(BGIDIR)\egavga.bgi
  4145.     $(BGIDIR)\bgiobj /F $(BGIDIR)\egavga
  4146.  
  4147. # Include egavgaf.$(OBJ) for debugging only.
  4148. bgi_=gdevbgi.$(OBJ) cgaf.$(OBJ)
  4149. bgi.dev: $(bgi_)
  4150.     $(SETDEV) bgi $(bgi_)
  4151.     $(ADDMOD) bgi -lib $(LIBDIR)\graphics
  4152.  
  4153. gdevbgi.$(OBJ): gdevbgi.c $(GDEV) $(MAKEFILE) $(gxxfont_h)
  4154.     $(CCC) -DBGI_LIB="$(BGIDIRSTR)" gdevbgi.c
  4155.  
  4156. ### ------------------- The Hercules Graphics display ------------------- ###
  4157.  
  4158. herc_=gdevherc.$(OBJ)
  4159. herc.dev: $(herc_)
  4160.     $(SETDEV) herc $(herc_)
  4161.  
  4162. gdevherc.$(OBJ): gdevherc.c $(GDEV) $(dos__h) $(gsmatrix_h) $(gxbitmap_h)
  4163.     $(CCC) gdevherc.c
  4164.  
  4165. ### ---------------------- The Private Eye display ---------------------- ###
  4166. ### Note: this driver was contributed by a user:                          ###
  4167. ###   please contact narf@media-lab.media.mit.edu if you have questions.  ###
  4168.  
  4169. pe_=gdevpe.$(OBJ)
  4170. pe.dev: $(pe_)
  4171.     $(SETDEV) pe $(pe_)
  4172.  
  4173. gdevpe.$(OBJ): gdevpe.c $(GDEV) $(memory__h)
  4174.  
  4175. ###### ----------------------- Other displays ------------------------ ######
  4176.  
  4177. ### -------------------- The MS-Windows 3.n DLL ------------------------- ###
  4178.  
  4179. gsdll_h=gsdll.h
  4180.  
  4181. gdevmswn_h=gdevmswn.h $(GDEV)\
  4182.  $(dos__h) $(memory__h) $(string__h) $(windows__h)\
  4183.  gp_mswin.h
  4184.  
  4185. gdevmswn.$(OBJ): gdevmswn.c $(gdevmswn_h) $(gp_h) $(gpcheck_h) \
  4186.  $(gsdll_h) $(gsparam_h) $(gdevpccm_h)
  4187.  
  4188. gdevmsxf.$(OBJ): gdevmsxf.c $(ctype__h) $(math__h) $(memory__h) $(string__h)\
  4189.  $(gdevmswn_h) $(gsstruct_h) $(gsutil_h) $(gxxfont_h)
  4190.  
  4191. # An implementation using a DIB filled by an image device.
  4192. gdevwdib.$(OBJ): gdevwdib.c $(gdevmswn_h) $(gsdll_h) $(gxdevmem_h)
  4193.  
  4194. mswindll_=gdevmswn.$(OBJ) gdevmsxf.$(OBJ) gdevwdib.$(OBJ) \
  4195.   gdevemap.$(OBJ) gdevpccm.$(OBJ)
  4196. mswindll.dev: $(mswindll_)
  4197.     $(SETDEV) mswindll $(mswindll_)
  4198.  
  4199. ### -------------------- The MS-Windows DDB 3.n printer ----------------- ###
  4200.  
  4201. mswinprn_=gdevwprn.$(OBJ) gdevmsxf.$(OBJ)
  4202. mswinprn.dev: $(mswinprn_)
  4203.     $(SETDEV) mswinprn $(mswinprn_)
  4204.  
  4205. gdevwprn.$(OBJ): gdevwprn.c $(gdevmswn_h) $(gp_h)
  4206.  
  4207. ### -------------------- The MS-Windows DIB 3.n printer ----------------- ###
  4208.  
  4209. mswinpr2_=gdevwpr2.$(OBJ)
  4210. mswinpr2.dev: $(mswinpr2_) page.dev
  4211.     $(SETPDEV) mswinpr2 $(mswinpr2_)
  4212.  
  4213. gdevwpr2.$(OBJ): gdevwpr2.c $(PDEVH) $(windows__h)\
  4214.  $(gdevpccm_h) $(gp_h) gp_mswin.h
  4215.  
  4216. ### ------------------ OS/2 Presentation Manager device ----------------- ###
  4217.  
  4218. os2pm_=gdevpm.$(OBJ) gdevpccm.$(OBJ)
  4219. os2pm.dev: $(os2pm_)
  4220.     $(SETDEV) os2pm $(os2pm_)
  4221.  
  4222. os2dll_=gdevpm.$(OBJ) gdevpccm.$(OBJ)
  4223. os2dll.dev: $(os2dll_)
  4224.     $(SETDEV) os2dll $(os2dll_)
  4225.  
  4226. gdevpm.$(OBJ): gdevpm.c $(string__h)\
  4227.  $(gp_h) $(gpcheck_h)\
  4228.  $(gsdll_h) $(gserrors_h) $(gsexit_h) $(gsparam_h)\
  4229.  $(gx_h) $(gxdevice_h) $(gxdevmem_h)\
  4230.  $(gdevpccm_h) gdevpm.h
  4231.  
  4232. ### --------------------------- The OS/2 printer ------------------------ ###
  4233.  
  4234. os2prn_=gdevos2p.$(OBJ)
  4235. os2prn.dev: $(os2prn_) page.dev
  4236.     $(SETPDEV) os2prn $(os2prn_)
  4237.  
  4238. os2prn.$(OBJ): os2prn.c $(gp_h)
  4239.  
  4240. ### -------------- The AT&T 3b1 Unixpc monochrome display --------------- ###
  4241. ### Note: this driver was contributed by a user: please contact           ###
  4242. ###       Andy Fyfe (andy@cs.caltech.edu) if you have questions.          ###
  4243.  
  4244. att3b1_=gdev3b1.$(OBJ)
  4245. att3b1.dev: $(att3b1_)
  4246.     $(SETDEV) att3b1 $(att3b1_)
  4247.  
  4248. gdev3b1.$(OBJ): gdev3b1.c $(GDEV)
  4249.  
  4250. ### ---------------------- Linux PC with vgalib ------------------------- ###
  4251. ### Note: these drivers were contributed by users.                        ###
  4252. ### For questions about the lvga256 driver, please contact                ###
  4253. ###       Ludger Kunz (ludger.kunz@fernuni-hagen.de).                     ###
  4254. ### For questions about the vgalib driver, please contact                 ###
  4255. ###       Erik Talvola (talvola@gnu.ai.mit.edu).                          ###
  4256.  
  4257. lvga256_=gdevl256.$(OBJ)
  4258. lvga256.dev: $(lvga256_)
  4259.     $(SETDEV) lvga256 $(lvga256_)
  4260.     $(ADDMOD) lvga256 -lib vga vgagl
  4261.  
  4262. gdevl256.$(OBJ): gdevl256.c $(GDEV)
  4263.  
  4264. vgalib_=gdevvglb.$(OBJ) gdevpccm.$(OBJ)
  4265. vgalib.dev: $(vgalib_)
  4266.     $(SETDEV) vgalib $(vgalib_)
  4267.     $(ADDMOD) vgalib -lib vga
  4268.  
  4269. gdevvglb.$(OBJ): gdevvglb.c $(GDEV) $(gdevpccm_h) $(gsparam_h)
  4270.  
  4271. ### ------------------- Sony NeWS frame buffer device ------------------ ###
  4272. ### Note: this driver was contributed by a user: please contact          ###
  4273. ###       Mike Smolenski (mike@intertech.com) if you have questions.     ###
  4274.  
  4275. # This is implemented as a 'printer' device.
  4276. sonyfb_=gdevsnfb.$(OBJ)
  4277. sonyfb.dev: $(sonyfb_) page.dev
  4278.     $(SETPDEV) sonyfb $(sonyfb_)
  4279.  
  4280. gdevsnfb.$(OBJ): gdevsnfb.c $(PDEVH)
  4281.  
  4282. ### ------------------------ The SunView device ------------------------ ###
  4283. ### Note: this driver is maintained by a user: if you have questions,    ###
  4284. ###       please contact Andreas Stolcke (stolcke@icsi.berkeley.edu).    ###
  4285.  
  4286. sunview_=gdevsun.$(OBJ)
  4287. sunview.dev: $(sunview_)
  4288.     $(SETDEV) sunview $(sunview_)
  4289.     $(ADDMOD) sunview -lib suntool sunwindow pixrect
  4290.  
  4291. gdevsun.$(OBJ): gdevsun.c $(GDEV) $(malloc__h)\
  4292.  $(gscdefs_h) $(gserrors_h) $(gsmatrix_h)
  4293.  
  4294. ### -------------------------- The X11 device -------------------------- ###
  4295.  
  4296. # Aladdin Enterprises does not support Ghostview.  For more information
  4297. # about Ghostview, please contact Tim Theisen (ghostview@cs.wisc.edu).
  4298.  
  4299. # See the main makefile for the definition of XLIBS.
  4300. x11_=gdevx.$(OBJ) gdevxini.$(OBJ) gdevxxf.$(OBJ) gdevemap.$(OBJ)
  4301. x11.dev: $(x11_)
  4302.     $(SETDEV) x11 $(x11_)
  4303.     $(ADDMOD) x11 -lib $(XLIBS)
  4304.  
  4305. # See the main makefile for the definition of XINCLUDE.
  4306. GDEVX=$(GDEV) x_.h gdevx.h $(MAKEFILE)
  4307. gdevx.$(OBJ): gdevx.c $(GDEVX) $(math__h) $(memory__h) $(gsparam_h)
  4308.     $(CCC) $(XINCLUDE) gdevx.c
  4309.  
  4310. gdevxini.$(OBJ): gdevxini.c $(GDEVX) $(math__h) $(memory__h) $(gserrors_h)
  4311.     $(CCC) $(XINCLUDE) gdevxini.c
  4312.  
  4313. gdevxxf.$(OBJ): gdevxxf.c $(GDEVX) $(math__h) $(memory__h)\
  4314.  $(gsstruct_h) $(gsutil_h) $(gxxfont_h)
  4315.     $(CCC) $(XINCLUDE) gdevxxf.c
  4316.  
  4317. # Alternate X11-based devices to help debug other drivers.
  4318. # x11alpha pretends to have 4 bits of alpha channel.
  4319. # x11cmyk pretends to be a CMYK device with 1 bit each of C,M,Y,K.
  4320. # x11gray2 pretends to be a 2-bit gray-scale device.
  4321. # x11mono pretends to be a black-and-white device.
  4322. x11alt_=$(x11_) gdevxalt.$(OBJ)
  4323. x11alpha.dev: $(x11alt_)
  4324.     $(SETDEV) x11alpha $(x11alt_)
  4325.     $(ADDMOD) x11alpha -lib $(XLIBS)
  4326.  
  4327. x11cmyk.dev: $(x11alt_)
  4328.     $(SETDEV) x11cmyk $(x11alt_)
  4329.     $(ADDMOD) x11cmyk -lib $(XLIBS)
  4330.  
  4331. x11gray2.dev: $(x11alt_)
  4332.     $(SETDEV) x11gray2 $(x11alt_)
  4333.     $(ADDMOD) x11gray2 -lib $(XLIBS)
  4334.  
  4335. x11mono.dev: $(x11alt_)
  4336.     $(SETDEV) x11mono $(x11alt_)
  4337.     $(ADDMOD) x11mono -lib $(XLIBS)
  4338.  
  4339. gdevxalt.$(OBJ): gdevxalt.c $(GDEVX) $(math__h) $(memory__h) $(gsparam_h)
  4340.     $(CCC) $(XINCLUDE) gdevxalt.c
  4341.  
  4342. ### ------------------------- DEC sixel displays ------------------------ ###
  4343. ### Note: this driver was contributed by a user: please contact           ###
  4344. ###   Phil Keegstra (keegstra@tonga.gsfc.nasa.gov) if you have questions. ###
  4345.  
  4346. # This is a "printer" device, but it probably shouldn't be.
  4347. # I don't know why the implementor chose to do it this way.
  4348. sxlcrt_=gdevln03.$(OBJ)
  4349. sxlcrt.dev: $(sxlcrt_) page.dev
  4350.     $(SETPDEV) sxlcrt $(sxlcrt_)
  4351.  
  4352. ###### --------------- Memory-buffered printer devices --------------- ######
  4353.  
  4354. ### --------------------- The Apple printer devices --------------------- ###
  4355. ### Note: these drivers were contributed by users.                        ###
  4356. ###   If you have questions about the DMP driver, please contact          ###
  4357. ###    Mark Wedel (master@cats.ucsc.edu).                                ###
  4358. ###   If you have questions about the Imagewriter drivers, please contact ###
  4359. ###    Jonathan Luckey (luckey@rtfm.mlb.fl.us).                          ###
  4360. ###   If you have questions about the Imagewriter LQ driver, please       ###
  4361. ###    contact Scott Barker (barkers@cuug.ab.ca).                        ###
  4362.  
  4363. appledmp_=gdevadmp.$(OBJ)
  4364.  
  4365. gdevadmp.$(OBJ): gdevadmp.c $(PDEVH)
  4366.  
  4367. appledmp.dev: $(appledmp_) page.dev
  4368.     $(SETPDEV) appledmp $(appledmp_)
  4369.  
  4370. iwhi.dev: $(appledmp_) page.dev
  4371.     $(SETPDEV) iwhi $(appledmp_)
  4372.  
  4373. iwlo.dev: $(appledmp_) page.dev
  4374.     $(SETPDEV) iwlo $(appledmp_)
  4375.  
  4376. iwlq.dev: $(appledmp_) page.dev
  4377.     $(SETPDEV) iwlq $(appledmp_)
  4378.  
  4379. ### ------------ The Canon BubbleJet BJ10e and BJ200 devices ------------ ###
  4380.  
  4381. bj10e_=gdevbj10.$(OBJ)
  4382.  
  4383. bj10e.dev: $(bj10e_) page.dev
  4384.     $(SETPDEV) bj10e $(bj10e_)
  4385.  
  4386. bj200.dev: $(bj10e_) page.dev
  4387.     $(SETPDEV) bj200 $(bj10e_)
  4388.  
  4389. gdevbj10.$(OBJ): gdevbj10.c $(PDEVH)
  4390.  
  4391. ### ------------- The CalComp Raster Format ----------------------------- ###
  4392. ### Note: this driver was contributed by a user: please contact           ###
  4393. ###       Ernst Muellner (ernst.muellner@oenzl.siemens.de) if you have    ###
  4394. ###       questions.                                                      ###
  4395.  
  4396. ccr_=gdevccr.$(OBJ)
  4397. ccr.dev: $(ccr_) page.dev
  4398.     $(SETPDEV) ccr $(ccr_)
  4399.  
  4400. gdevccr.$(OBJ): gdevccr.c $(PDEVH)
  4401.  
  4402. ### ----------- The H-P DeskJet and LaserJet printer devices ----------- ###
  4403.  
  4404. ### These are essentially the same device.
  4405. ### NOTE: printing at full resolution (300 DPI) requires a printer
  4406. ###   with at least 1.5 Mb of memory.  150 DPI only requires .5 Mb.
  4407. ### Note that the lj4dith driver is included with the H-P color printer
  4408. ###   drivers below.
  4409.  
  4410. HPPCL=gdevpcl.$(OBJ)
  4411. HPMONO=gdevdjet.$(OBJ) $(HPPCL)
  4412.  
  4413. gdevpcl.$(OBJ): gdevpcl.c $(PDEVH) $(gdevpcl_h)
  4414.  
  4415. gdevdjet.$(OBJ): gdevdjet.c $(PDEVH) $(gdevpcl_h)
  4416.  
  4417. deskjet.dev: $(HPMONO) page.dev
  4418.     $(SETPDEV) deskjet $(HPMONO)
  4419.  
  4420. djet500.dev: $(HPMONO) page.dev
  4421.     $(SETPDEV) djet500 $(HPMONO)
  4422.  
  4423. laserjet.dev: $(HPMONO) page.dev
  4424.     $(SETPDEV) laserjet $(HPMONO)
  4425.  
  4426. ljetplus.dev: $(HPMONO) page.dev
  4427.     $(SETPDEV) ljetplus $(HPMONO)
  4428.  
  4429. ### Selecting ljet2p provides TIFF (mode 2) compression on LaserJet III,
  4430. ### IIIp, IIId, IIIsi, IId, and IIp. 
  4431.  
  4432. ljet2p.dev: $(HPMONO) page.dev
  4433.     $(SETPDEV) ljet2p $(HPMONO)
  4434.  
  4435. ### Selecting ljet3 provides Delta Row (mode 3) compression on LaserJet III,
  4436. ### IIIp, IIId, IIIsi.
  4437.  
  4438. ljet3.dev: $(HPMONO) page.dev
  4439.     $(SETPDEV) ljet3 $(HPMONO)
  4440.  
  4441. ### Selecting ljet3d also provides duplex printing capability.
  4442.  
  4443. ljet3d.dev: $(HPMONO) page.dev
  4444.     $(SETPDEV) ljet3d $(HPMONO)
  4445.  
  4446. ### Selecting ljet4 also provides Delta Row compression on LaserJet IV series.
  4447.  
  4448. ljet4.dev: $(HPMONO) page.dev
  4449.     $(SETPDEV) ljet4 $(HPMONO)
  4450.  
  4451. lp2563.dev: $(HPMONO) page.dev
  4452.     $(SETPDEV) lp2563 $(HPMONO)
  4453.  
  4454. oce9050.dev: $(HPMONO) page.dev
  4455.     $(SETPDEV) oce9050 $(HPMONO)
  4456.  
  4457. ### ------------------ The H-P LaserJet 5 and 6 devices ----------------- ###
  4458.  
  4459. ### These drivers use H-P's new PCL XL printer language, like H-P's
  4460. ### LaserJet 5 Enhanced driver for MS Windows.  We don't recommend using
  4461. ### them:
  4462. ###    - If you have a LJ5L, which isn't a "real" LaserJet 5, use the
  4463. ###    ljet4 driver instead.  (The lj5 drivers won't work.)
  4464. ###    - If you have any other model of LJ 5 or 6, use the pxlmono
  4465. ###    driver, which often produces much more compact output.
  4466.  
  4467. gdevpxat_h=gdevpxat.h
  4468. gdevpxen_h=gdevpxen.h
  4469. gdevpxop_h=gdevpxop.h
  4470.  
  4471. ljet5_=gdevlj56.$(OBJ) $(HPPCL)
  4472. lj5mono.dev: $(ljet5_) page.dev
  4473.     $(SETPDEV) lj5mono $(ljet5_)
  4474.  
  4475. lj5gray.dev: $(ljet5_) page.dev
  4476.     $(SETPDEV) lj5gray $(ljet5_)
  4477.  
  4478. gdevlj56.$(OBJ): gdevlj56.c $(PDEVH) $(gdevpcl_h)\
  4479.  $(gdevpxat_h) $(gdevpxen_h) $(gdevpxop_h)
  4480.  
  4481. ### The H-P DeskJet, PaintJet, and DesignJet family color printer devices.###
  4482. ### Note: there are two different 500C drivers, both contributed by users.###
  4483. ###   If you have questions about the djet500c driver,                    ###
  4484. ###       please contact AKayser@et.tudelft.nl.                           ###
  4485. ###   If you have questions about the cdj* drivers,                       ###
  4486. ###       please contact g.cameron@biomed.abdn.ac.uk.                     ###
  4487. ###   If you have questions about the dnj560c driver,                     ###
  4488. ###       please contact koert@zen.cais.com.                              ###
  4489. ###   If you have questions about the lj4dith driver,                     ###
  4490. ###       please contact Eckhard.Rueggeberg@ts.go.dlr.de.                 ###
  4491. ###   If you have questions about the BJC600/BJC4000, BJC800, or ESCP     ###
  4492. ###       drivers, please contact Yves.Arrouye@imag.fr.                   ###
  4493.  
  4494. cdeskjet_=gdevcdj.$(OBJ) $(HPPCL)
  4495.  
  4496. cdeskjet.dev: $(cdeskjet_) page.dev
  4497.     $(SETPDEV) cdeskjet $(cdeskjet_)
  4498.  
  4499. cdjcolor.dev: $(cdeskjet_) page.dev
  4500.     $(SETPDEV) cdjcolor $(cdeskjet_)
  4501.  
  4502. cdjmono.dev: $(cdeskjet_) page.dev
  4503.     $(SETPDEV) cdjmono $(cdeskjet_)
  4504.  
  4505. cdj500.dev: $(cdeskjet_) page.dev
  4506.     $(SETPDEV) cdj500 $(cdeskjet_)
  4507.  
  4508. cdj550.dev: $(cdeskjet_) page.dev
  4509.     $(SETPDEV) cdj550 $(cdeskjet_)
  4510.  
  4511. declj250.dev: $(cdeskjet_) page.dev
  4512.     $(SETPDEV) declj250 $(cdeskjet_)
  4513.  
  4514. dnj650c.dev: $(cdeskjet_) page.dev
  4515.     $(SETPDEV) dnj650c $(cdeskjet_)
  4516.  
  4517. lj4dith.dev: $(cdeskjet_) page.dev
  4518.     $(SETPDEV) lj4dith $(cdeskjet_)
  4519.  
  4520. pj.dev: $(cdeskjet_) page.dev
  4521.     $(SETPDEV) pj $(cdeskjet_)
  4522.  
  4523. pjxl.dev: $(cdeskjet_) page.dev
  4524.     $(SETPDEV) pjxl $(cdeskjet_)
  4525.  
  4526. pjxl300.dev: $(cdeskjet_) page.dev
  4527.     $(SETPDEV) pjxl300 $(cdeskjet_)
  4528.  
  4529. # Note: the BJC600 driver also works for the BJC4000.
  4530. bjc600.dev: $(cdeskjet_) page.dev
  4531.     $(SETPDEV) bjc600 $(cdeskjet_)
  4532.  
  4533. bjc800.dev: $(cdeskjet_) page.dev
  4534.     $(SETPDEV) bjc800 $(cdeskjet_)
  4535.  
  4536. escp.dev: $(cdeskjet_) page.dev
  4537.     $(SETPDEV) escp $(cdeskjet_)
  4538.  
  4539. # NB: you can also customise the build if required, using
  4540. # -DBitsPerPixel=<number> if you wish the default to be other than 24
  4541. # for the generic drivers (cdj500, cdj550, pjxl300, pjtest, pjxltest).
  4542. gdevcdj.$(OBJ): gdevcdj.c $(std_h) $(PDEVH) gdevbjc.h\
  4543.  $(gsparam_h) $(gsstate_h) $(gxlum_h)\
  4544.  $(gdevpcl_h)
  4545.  
  4546. djet500c_=gdevdjtc.$(OBJ) $(HPPCL)
  4547. djet500c.dev: $(djet500c_) page.dev
  4548.     $(SETPDEV) djet500c $(djet500c_)
  4549.  
  4550. gdevdjtc.$(OBJ): gdevdjtc.c $(PDEVH) $(malloc__h) $(gdevpcl_h)
  4551.  
  4552. ### -------------------- The Mitsubishi CP50 printer -------------------- ###
  4553. ### Note: this driver was contributed by a user: please contact           ###
  4554. ###       Michael Hu (michael@ximage.com) if you have questions.          ###
  4555.  
  4556. cp50_=gdevcp50.$(OBJ)
  4557. cp50.dev: $(cp50_) page.dev
  4558.     $(SETPDEV) cp50 $(cp50_)
  4559.  
  4560. gdevcp50.$(OBJ): gdevcp50.c $(PDEVH)
  4561.  
  4562. ### ----------------- The generic Epson printer device ----------------- ###
  4563. ### Note: most of this code was contributed by users.  Please contact    ###
  4564. ###       the following people if you have questions:                    ###
  4565. ###   eps9mid - Guenther Thomsen (thomsen@cs.tu-berlin.de)               ###
  4566. ###   eps9high - David Wexelblat (dwex@mtgzfs3.att.com)                  ###
  4567. ###   ibmpro - James W. Birdsall (jwbirdsa@picarefy.picarefy.com)        ###
  4568.  
  4569. epson_=gdevepsn.$(OBJ)
  4570.  
  4571. epson.dev: $(epson_) page.dev
  4572.     $(SETPDEV) epson $(epson_)
  4573.  
  4574. eps9mid.dev: $(epson_) page.dev
  4575.     $(SETPDEV) eps9mid $(epson_)
  4576.  
  4577. eps9high.dev: $(epson_) page.dev
  4578.     $(SETPDEV) eps9high $(epson_)
  4579.  
  4580. gdevepsn.$(OBJ): gdevepsn.c $(PDEVH)
  4581.  
  4582. ### ----------------- The IBM Proprinter printer device ---------------- ###
  4583.  
  4584. ibmpro.dev: $(epson_) page.dev
  4585.     $(SETPDEV) ibmpro $(epson_)
  4586.  
  4587. ### -------------- The Epson LQ-2550 color printer device -------------- ###
  4588. ### Note: this driver was contributed by users: please contact           ###
  4589. ###       Dave St. Clair (dave@exlog.com) if you have questions.         ###
  4590.  
  4591. epsonc_=gdevepsc.$(OBJ)
  4592. epsonc.dev: $(epsonc_) page.dev
  4593.     $(SETPDEV) epsonc $(epsonc_)
  4594.  
  4595. gdevepsc.$(OBJ): gdevepsc.c $(PDEVH)
  4596.  
  4597. ### ------------- The Epson ESC/P 2 language printer devices ------------- ###
  4598. ### Note: these drivers were contributed by users.                         ###
  4599. ### For questions about the Stylus 800 and AP3250 drivers, please contact  ###
  4600. ###        Richard Brown (rab@tauon.ph.unimelb.edu.au).                    ###
  4601. ### For questions about the Stylus Color drivers, please contact           ###
  4602. ###        Gunther Hess (gunther@elmos.de).                                ###
  4603.  
  4604. ESCP2=gdevescp.$(OBJ)
  4605.  
  4606. gdevescp.$(OBJ): gdevescp.c $(PDEVH)
  4607.  
  4608. ap3250.dev: $(ESCP2) page.dev
  4609.     $(SETPDEV) ap3250 $(ESCP2)
  4610.  
  4611. st800.dev: $(ESCP2) page.dev
  4612.     $(SETPDEV) st800 $(ESCP2)
  4613.  
  4614. stcolor1_=gdevstc.$(OBJ) gdevstc1.$(OBJ) gdevstc2.$(OBJ)
  4615. stcolor2_=gdevstc3.$(OBJ) gdevstc4.$(OBJ)
  4616. stcolor.dev: $(stcolor1_) $(stcolor2_) page.dev
  4617.     $(SETPDEV) stcolor $(stcolor1_)
  4618.     $(ADDMOD) stcolor -obj $(stcolor2_)
  4619.  
  4620. gdevstc.$(OBJ): gdevstc.c gdevstc.h $(PDEVH)
  4621.  
  4622. gdevstc1.$(OBJ): gdevstc1.c gdevstc.h $(PDEVH)
  4623.  
  4624. gdevstc2.$(OBJ): gdevstc2.c gdevstc.h $(PDEVH)
  4625.  
  4626. gdevstc3.$(OBJ): gdevstc3.c gdevstc.h $(PDEVH)
  4627.  
  4628. gdevstc4.$(OBJ): gdevstc4.c gdevstc.h $(PDEVH)
  4629.  
  4630. ### --------------- Ugly/Update -> Unified Printer Driver ---------------- ###
  4631. ### For questions about this driver, please contact:                       ###
  4632. ###        Gunther Hess (gunther@elmos.de)                                 ###
  4633.  
  4634. uniprint_=gdevupd.$(OBJ)
  4635. uniprint.dev: $(uniprint_) page.dev
  4636.     $(SETPDEV) uniprint $(uniprint_)
  4637.  
  4638. gdevupd.$(OBJ): gdevupd.c $(PDEVH) $(gsparam_h)
  4639.  
  4640. ### -------------- cdj850 - HP 850c Driver under development ------------- ###
  4641. ### Since this driver is in the development-phase it is not distributed    ###
  4642. ### with ghostscript, but it is available via anonymous ftp from:          ###
  4643. ###                        ftp://bonk.ethz.ch                              ###
  4644. ### For questions about this driver, please contact:                       ###
  4645. ###       Uli Wortmann (E-Mail address inside the driver-package)          ###
  4646.  
  4647. cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL)
  4648.  
  4649. cdj850.dev: $(cdeskjet8_) page.dev
  4650.     $(SETPDEV) cdj850 $(cdeskjet8_)
  4651.  
  4652. ### ------------ The H-P PaintJet color printer device ----------------- ###
  4653. ### Note: this driver also supports the DEC LJ250 color printer, which   ###
  4654. ###       has a PaintJet-compatible mode, and the PaintJet XL.           ###
  4655. ### If you have questions about the XL, please contact Rob Reiss         ###
  4656. ###       (rob@moray.berkeley.edu).                                      ###
  4657.  
  4658. PJET=gdevpjet.$(OBJ) $(HPPCL)
  4659.  
  4660. gdevpjet.$(OBJ): gdevpjet.c $(PDEVH) $(gdevpcl_h)
  4661.  
  4662. lj250.dev: $(PJET) page.dev
  4663.     $(SETPDEV) lj250 $(PJET)
  4664.  
  4665. paintjet.dev: $(PJET) page.dev
  4666.     $(SETPDEV) paintjet $(PJET)
  4667.  
  4668. pjetxl.dev: $(PJET) page.dev
  4669.     $(SETPDEV) pjetxl $(PJET)
  4670.  
  4671. ### -------------- Imagen ImPress Laser Printer device ----------------- ###
  4672. ### Note: this driver was contributed by a user: please contact          ###
  4673. ###       Alan Millar (AMillar@bolis.sf-bay.org) if you have questions.  ###
  4674. ### Set USE_BYTE_STREAM if using parallel interface;                     ###
  4675. ### Don't set it if using 'ipr' spooler (default).                       ###
  4676. ### You may also add -DA4 if needed for A4 paper.             ###
  4677.  
  4678. imagen_=gdevimgn.$(OBJ)
  4679. imagen.dev: $(imagen_) page.dev
  4680.     $(SETPDEV) imagen $(imagen_)
  4681.  
  4682. gdevimgn.$(OBJ): gdevimgn.c $(PDEVH)
  4683.     $(CCC) gdevimgn.c            # for ipr spooler
  4684. #    $(CCC) -DUSE_BYTE_STREAM gdevimgn.c    # for parallel
  4685.  
  4686. ### ------- The IBM 3852 JetPrinter color inkjet printer device -------- ###
  4687. ### Note: this driver was contributed by users: please contact           ###
  4688. ###       Kevin Gift (kgift@draper.com) if you have questions.           ###
  4689. ### Note that the paper size that can be addressed by the graphics mode  ###
  4690. ###   used in this driver is fixed at 7-1/2 inches wide (the printable   ###
  4691. ###   width of the jetprinter itself.)                                   ###
  4692.  
  4693. jetp3852_=gdev3852.$(OBJ)
  4694. jetp3852.dev: $(jetp3852_) page.dev
  4695.     $(SETPDEV) jetp3852 $(jetp3852_)
  4696.  
  4697. gdev3852.$(OBJ): gdev3852.c $(PDEVH) $(gdevpcl_h)
  4698.  
  4699. ### ---------- The Canon LBP-8II and LIPS III printer devices ---------- ###
  4700. ### Note: these drivers were contributed by users.                       ###
  4701. ### For questions about these drivers, please contact                    ###
  4702. ###       Lauri Paatero, lauri.paatero@paatero.pp.fi                     ###
  4703.  
  4704. lbp8_=gdevlbp8.$(OBJ)
  4705. lbp8.dev: $(lbp8_) page.dev
  4706.     $(SETPDEV) lbp8 $(lbp8_)
  4707.  
  4708. lips3.dev: $(lbp8_) page.dev
  4709.     $(SETPDEV) lips3 $(lbp8_)
  4710.  
  4711. gdevlbp8.$(OBJ): gdevlbp8.c $(PDEVH)
  4712.  
  4713. ### ----------- The DEC LN03/LA50/LA70/LA75 printer devices ------------ ###
  4714. ### Note: this driver was contributed by users: please contact           ###
  4715. ###       Ulrich Mueller (ulm@vsnhd1.cern.ch) if you have questions.     ###
  4716. ### For questions about LA50 and LA75, please contact                    ###
  4717. ###       Ian MacPhedran (macphed@dvinci.USask.CA).                      ###
  4718. ### For questions about the LA70, please contact                         ###
  4719. ###       Bruce Lowekamp (lowekamp@csugrad.cs.vt.edu).                   ###
  4720. ### For questions about the LA75plus, please contact                     ###
  4721. ###       Andre' Beck (Andre_Beck@IRS.Inf.TU-Dresden.de).                ###
  4722.  
  4723. ln03_=gdevln03.$(OBJ)
  4724. ln03.dev: $(ln03_) page.dev
  4725.     $(SETPDEV) ln03 $(ln03_)
  4726.  
  4727. la50.dev: $(ln03_) page.dev
  4728.     $(SETPDEV) la50 $(ln03_)
  4729.  
  4730. la70.dev: $(ln03_) page.dev
  4731.     $(SETPDEV) la70 $(ln03_)
  4732.  
  4733. la75.dev: $(ln03_) page.dev
  4734.     $(SETPDEV) la75 $(ln03_)
  4735.  
  4736. la75plus.dev: $(ln03_) page.dev
  4737.     $(SETPDEV) la75plus $(ln03_)
  4738.  
  4739. gdevln03.$(OBJ): gdevln03.c $(PDEVH)
  4740.  
  4741. # LA70 driver with low-resolution text enhancement.
  4742.  
  4743. la70t_=gdevla7t.$(OBJ)
  4744. la70t.dev: $(la70t_) page.dev
  4745.     $(SETPDEV) la70t $(la70t_)
  4746.  
  4747. gdevla7t.$(OBJ): gdevla7t.c $(PDEVH)
  4748.  
  4749. ### -------------- The Epson LP-8000 laser printer device -------------- ###
  4750. ### Note: this driver was contributed by a user: please contact Oleg     ###
  4751. ###       Oleg Fat'yanov <faty1@rlem.titech.ac.jp> if you have questions.###
  4752.  
  4753. lp8000_=gdevlp8k.$(OBJ)
  4754. lp8000.dev: $(lp8000_) page.dev
  4755.     $(SETPDEV) lp8000 $(lp8000_)
  4756.  
  4757. gdevlp8k.$(OBJ): gdevlp8k.c $(PDEVH)
  4758.  
  4759. ### -------------- The C.Itoh M8510 printer device --------------------- ###
  4760. ### Note: this driver was contributed by a user: please contact Bob      ###
  4761. ###       Smith <bob@snuffy.penfield.ny.us> if you have questions.       ###
  4762.  
  4763. m8510_=gdev8510.$(OBJ)
  4764. m8510.dev: $(m8510_) page.dev
  4765.     $(SETPDEV) m8510 $(m8510_)
  4766.  
  4767. gdev8510.$(OBJ): gdev8510.c $(PDEVH)
  4768.  
  4769. ### --------------------- The NEC P6 family devices -------------------- ###
  4770.  
  4771. necp6_=gdevnp6.$(OBJ)
  4772. necp6.dev: $(necp6_) page.dev
  4773.     $(SETPDEV) necp6 $(necp6_)
  4774.  
  4775. gdevnp6.$(OBJ): gdevnp6.c $(PDEVH)
  4776.  
  4777. ### ----------------- The Okidata MicroLine 182 device ----------------- ###
  4778. ### Note: this driver was contributed by a user: please contact          ###
  4779. ###       Maarten Koning (smeg@bnr.ca) if you have questions.            ###
  4780.  
  4781. oki182_=gdevo182.$(OBJ)
  4782. oki182.dev: $(oki182_) page.dev
  4783.     $(SETPDEV) oki182 $(oki182_)
  4784.  
  4785. gdevo182.$(OBJ): gdevo182.c $(PDEVH)
  4786.  
  4787. ### ------------- The Okidata IBM compatible printer device ------------ ###
  4788. ### Note: this driver was contributed by a user: please contact          ###
  4789. ###       Charles Mack (chasm@netcom.com) if you have questions.         ###
  4790.  
  4791. okiibm_=gdevokii.$(OBJ)
  4792. okiibm.dev: $(okiibm_) page.dev
  4793.     $(SETPDEV) okiibm $(okiibm_)
  4794.  
  4795. gdevokii.$(OBJ): gdevokii.c $(PDEVH)
  4796.  
  4797. ### ------------- The Ricoh 4081 laser printer device ------------------ ###
  4798. ### Note: this driver was contributed by users:                          ###
  4799. ###       please contact kdw@oasis.icl.co.uk if you have questions.      ###
  4800.  
  4801. r4081_=gdev4081.$(OBJ)
  4802. r4081.dev: $(r4081_) page.dev
  4803.     $(SETPDEV) r4081 $(r4081_)
  4804.  
  4805.  
  4806. gdev4081.$(OBJ): gdev4081.c $(PDEVH)
  4807.  
  4808. ### -------------------- Sony NWP533 printer device -------------------- ###
  4809. ### Note: this driver was contributed by a user: please contact Tero     ###
  4810. ###       Kivinen (kivinen@joker.cs.hut.fi) if you have questions.       ###
  4811.  
  4812. nwp533_=gdevn533.$(OBJ)
  4813. nwp533.dev: $(nwp533_) page.dev
  4814.     $(SETPDEV) nwp533 $(nwp533_)
  4815.  
  4816. gdevn533.$(OBJ): gdevn533.c $(PDEVH)
  4817.  
  4818. ### ------------------------- The SPARCprinter ------------------------- ###
  4819. ### Note: this driver was contributed by users: please contact Martin    ###
  4820. ###       Schulte (schulte@thp.uni-koeln.de) if you have questions.      ###
  4821. ###       He would also like to hear from anyone using the driver.       ###
  4822. ### Please consult the source code for additional documentation.         ###
  4823.  
  4824. sparc_=gdevsppr.$(OBJ)
  4825. sparc.dev: $(sparc_) page.dev
  4826.     $(SETPDEV) sparc $(sparc_)
  4827.  
  4828. gdevsppr.$(OBJ): gdevsppr.c $(PDEVH)
  4829.  
  4830. ### ----------------- The StarJet SJ48 device -------------------------- ###
  4831. ### Note: this driver was contributed by a user: if you have questions,  ###
  4832. ###                          .                                          ###
  4833. ###       please contact Mats Akerblom (f86ma@dd.chalmers.se).           ###
  4834.  
  4835. sj48_=gdevsj48.$(OBJ)
  4836. sj48.dev: $(sj48_) page.dev
  4837.     $(SETPDEV) sj48 $(sj48_)
  4838.  
  4839. gdevsj48.$(OBJ): gdevsj48.c $(PDEVH)
  4840.  
  4841. ### ----------------- Tektronix 4396d color printer -------------------- ###
  4842. ### Note: this driver was contributed by a user: please contact          ###
  4843. ###       Karl Hakimian (hakimian@haney.eecs.wsu.edu)                    ###
  4844. ###       if you have questions.                                         ###
  4845.  
  4846. t4693d_=gdev4693.$(OBJ)
  4847. t4693d2.dev: $(t4693d_) page.dev
  4848.     $(SETPDEV) t4693d2 $(t4693d_)
  4849.  
  4850. t4693d4.dev: $(t4693d_) page.dev
  4851.     $(SETPDEV) t4693d4 $(t4693d_)
  4852.  
  4853. t4693d8.dev: $(t4693d_) page.dev
  4854.     $(SETPDEV) t4693d8 $(t4693d_)
  4855.  
  4856. gdev4693.$(OBJ): gdev4693.c $(PDEVH)
  4857.  
  4858. ### -------------------- Tektronix ink-jet printers -------------------- ###
  4859. ### Note: this driver was contributed by a user: please contact          ###
  4860. ###       Karsten Spang (spang@nbivax.nbi.dk) if you have questions.     ###
  4861.  
  4862. tek4696_=gdevtknk.$(OBJ)
  4863. tek4696.dev: $(tek4696_) page.dev
  4864.     $(SETPDEV) tek4696 $(tek4696_)
  4865.  
  4866. gdevtknk.$(OBJ): gdevtknk.c $(PDEVH) $(malloc__h)
  4867.  
  4868. ### ----------------- The Xerox XES printer device --------------------- ###
  4869. ### Note: this driver was contributed by users: please contact           ###
  4870. ###       Peter Flass (flass@lbdrscs.bitnet) if you have questions.      ###
  4871.  
  4872. xes_=gdevxes.$(OBJ)
  4873. xes.dev: $(xes_) page.dev
  4874.     $(SETPDEV) xes $(xes_)
  4875.  
  4876. gdevxes.$(OBJ): gdevxes.c $(PDEVH)
  4877.  
  4878. ###### ------------------------- Fax devices ------------------------- ######
  4879.  
  4880. ### --------------- Generic PostScript system compatible fax ------------ ###
  4881.  
  4882. # This code doesn't work yet.  Don't even think about using it.
  4883.  
  4884. PSFAX=gdevpfax.$(OBJ)
  4885.  
  4886. psfax_=$(PSFAX)
  4887. psfax.dev: $(psfax_) page.dev
  4888.     $(SETPDEV) psfax $(psfax_)
  4889.     $(ADDMOD) psfax -iodev Fax
  4890.  
  4891. gdevpfax.$(OBJ): gdevpfax.c $(PDEVH) $(gsparam_h) $(gxiodev_h)
  4892.  
  4893. ### ------------------------- The DigiFAX device ------------------------ ###
  4894. ###    This driver outputs images in a format suitable for use with       ###
  4895. ###    DigiBoard, Inc.'s DigiFAX software.  Use -sDEVICE=dfaxhigh for     ###
  4896. ###    high resolution output, -sDEVICE=dfaxlow for normal output.        ###
  4897. ### Note: this driver was contributed by a user: please contact           ###
  4898. ###       Rick Richardson (rick@digibd.com) if you have questions.        ###
  4899.  
  4900. dfax_=gdevdfax.$(OBJ) gdevtfax.$(OBJ)
  4901.  
  4902. dfaxlow.dev: $(dfax_) page.dev
  4903.     $(SETPDEV) dfaxlow $(dfax_)
  4904.     $(ADDMOD) dfaxlow -include cfe
  4905.  
  4906. dfaxhigh.dev: $(dfax_) page.dev
  4907.     $(SETPDEV) dfaxhigh $(dfax_)
  4908.     $(ADDMOD) dfaxhigh -include cfe
  4909.  
  4910. gdevdfax.$(OBJ): gdevdfax.c $(PDEVH) $(scfx_h) $(strimpl_h)
  4911.  
  4912. ### --------------See under TIFF below for fax-format TIFF -------------- ###
  4913.  
  4914. ###### ------------------- High-level file formats ------------------- ######
  4915.  
  4916. # Support for PostScript and PDF
  4917.  
  4918. gdevpsdf_h=gdevpsdf.h $(gdevvec_h) $(strimpl_h)
  4919. gdevpstr_h=gdevpstr.h
  4920.  
  4921. gdevpsdf.$(OBJ): gdevpsdf.c $(stdio__h) $(string__h)\
  4922.  $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gstypes_h)\
  4923.  $(gxdevice_h)\
  4924.  $(scfx_h) $(slzwx_h) $(srlx_h) $(strimpl_h)\
  4925.  $(gdevpsdf_h) $(gdevpstr_h)
  4926.  
  4927. gdevpstr.$(OBJ): gdevpstr.c $(math__h) $(stdio__h) $(string__h)\
  4928.  $(gdevpstr_h) $(stream_h)
  4929.  
  4930. # PostScript and EPS writers
  4931.  
  4932. pswrite1_=gdevps.$(OBJ) gdevpsdf.$(OBJ) gdevpstr.$(OBJ)
  4933. pswrite2_=scantab.$(OBJ) sfilter2.$(OBJ)
  4934. pswrite_=$(pswrite1_) $(pswrite2_)
  4935. epswrite.dev: $(ECHOGS_XE) $(pswrite_) vector.dev
  4936.     $(SETDEV) epswrite $(pswrite1_)
  4937.     $(ADDMOD) epswrite $(pswrite2_)
  4938.     $(ADDMOD) epswrite -include vector
  4939.  
  4940. pswrite.dev: $(ECHOGS_XE) $(pswrite_) vector.dev
  4941.     $(SETDEV) pswrite $(pswrite1_)
  4942.     $(ADDMOD) pswrite $(pswrite2_)
  4943.     $(ADDMOD) pswrite -include vector
  4944.  
  4945. gdevps.$(OBJ): gdevps.c $(GDEV) $(math__h) $(time__h)\
  4946.  $(gscdefs_h) $(gscspace_h) $(gsparam_h) $(gsiparam_h) $(gsmatrix_h)\
  4947.  $(gxdcolor_h)\
  4948.  $(sa85x_h) $(strimpl_h)\
  4949.  $(gdevpsdf_h) $(gdevpstr_h)
  4950.  
  4951. # PDF writer
  4952. # Note that gs_pdfwr.ps will only actually be loaded if the configuration
  4953. # includes a PostScript interpreter.
  4954.  
  4955. pdfwrite1_=gdevpdf.$(OBJ) gdevpdfi.$(OBJ) gdevpdfm.$(OBJ)
  4956. pdfwrite2_=gdevpdfp.$(OBJ) gdevpdft.$(OBJ) gdevpsdf.$(OBJ) gdevpstr.$(OBJ)
  4957. pdfwrite3_=gsflip.$(OBJ) scantab.$(OBJ) sfilter2.$(OBJ) sstring.$(OBJ)
  4958. pdfwrite_=$(pdfwrite1_) $(pdfwrite2_) $(pdfwrite3_)
  4959. pdfwrite.dev: $(ECHOGS_XE) $(pdfwrite_) \
  4960.   cmyklib.dev cfe.dev dcte.dev lzwe.dev rle.dev vector.dev
  4961.     $(SETDEV) pdfwrite $(pdfwrite1_)
  4962.     $(ADDMOD) pdfwrite $(pdfwrite2_)
  4963.     $(ADDMOD) pdfwrite $(pdfwrite3_)
  4964.     $(ADDMOD) pdfwrite -ps gs_pdfwr
  4965.     $(ADDMOD) pdfwrite -include cmyklib cfe dcte lzwe rle vector
  4966.  
  4967. gdevpdfx_h=gdevpdfx.h $(gsparam_h) $(gxdevice_h) $(gxline_h) $(stream_h)\
  4968.  $(gdevpsdf_h) $(gdevpstr_h)
  4969.  
  4970. gdevpdf.$(OBJ): gdevpdf.c $(math__h) $(string__h) $(time__h) $(gp_h) \
  4971.   $(gdevpdfx_h) $(gscdefs_h) $(gserrors_h) \
  4972.   $(gx_h) $(gxdevice_h) $(gxfixed_h) $(gxistate_h) $(gxpaint_h) \
  4973.   $(gzcpath_h) $(gzpath_h) $(scfx_h) $(strimpl_h)
  4974.  
  4975. gdevpdfi.$(OBJ): gdevpdfi.c $(memory__h) $(gx_h) \
  4976.   $(gdevpdfx_h) $(gserrors_h) $(gsflip_h) $(gxcspace_h) $(gxistate_h) \
  4977.   $(sa85x_h) $(scfx_h) $(srlx_h) $(strimpl_h)
  4978.  
  4979. gdevpdfm.$(OBJ): gdevpdfm.c $(memory__h) $(string__h) $(gx_h) \
  4980.   $(gdevpdfx_h) $(gserrors_h) $(gsutil_h) $(scanchar_h)
  4981.  
  4982. gdevpdfp.$(OBJ): gdevpdfp.c $(gx_h)\
  4983.  $(gdevpdfx_h) $(gserrors_h)
  4984.  
  4985. gdevpdft.$(OBJ): gdevpdft.c $(string__h) $(gx_h)\
  4986.  $(gdevpdfx_h) $(gserrors_h) $(gsutil_h)\
  4987.  $(sstring_h) $(strimpl_h)
  4988.  
  4989. # High-level PCL XL writer
  4990.  
  4991. pxl_=gdevpx.$(OBJ)
  4992. pxlmono.dev: $(pxl_) $(GDEV) vector.dev
  4993.     $(SETDEV) pxlmono $(pxl_)
  4994.     $(ADDMOD) pxlmono -include vector
  4995.  
  4996. pxlcolor.dev: $(pxl_) $(GDEV) vector.dev
  4997.     $(SETDEV) pxlcolor $(pxl_)
  4998.     $(ADDMOD) pxlcolor -include vector
  4999.  
  5000. gdevpx.$(OBJ): gdevpx.c $(math__h) $(memory__h) $(string__h)\
  5001.  $(gx_h) $(gsccolor_h) $(gsdcolor_h) $(gserrors_h)\
  5002.  $(gxcspace_h) $(gxdevice_h) $(gxpath_h)\
  5003.  $(gdevpxat_h) $(gdevpxen_h) $(gdevpxop_h) $(gdevvec_h)\
  5004.  $(srlx_h) $(strimpl_h)
  5005.  
  5006. ###### --------------------- Raster file formats --------------------- ######
  5007.  
  5008. ### --------------------- The "plain bits" devices ---------------------- ###
  5009.  
  5010. bit_=gdevbit.$(OBJ)
  5011.  
  5012. bit.dev: $(bit_) page.dev
  5013.     $(SETPDEV) bit $(bit_)
  5014.  
  5015. bitrgb.dev: $(bit_) page.dev
  5016.     $(SETPDEV) bitrgb $(bit_)
  5017.  
  5018. bitcmyk.dev: $(bit_) page.dev
  5019.     $(SETPDEV) bitcmyk $(bit_)
  5020.  
  5021. gdevbit.$(OBJ): gdevbit.c $(PDEVH) $(gsparam_h) $(gxlum_h)
  5022.  
  5023. ### ------------------------- .BMP file formats ------------------------- ###
  5024.  
  5025. bmp_=gdevbmp.$(OBJ) gdevpccm.$(OBJ)
  5026.  
  5027. gdevbmp.$(OBJ): gdevbmp.c $(PDEVH) $(gdevpccm_h)
  5028.  
  5029. bmpmono.dev: $(bmp_) page.dev
  5030.     $(SETPDEV) bmpmono $(bmp_)
  5031.  
  5032. bmp16.dev: $(bmp_) page.dev
  5033.     $(SETPDEV) bmp16 $(bmp_)
  5034.  
  5035. bmp256.dev: $(bmp_) page.dev
  5036.     $(SETPDEV) bmp256 $(bmp_)
  5037.  
  5038. bmp16m.dev: $(bmp_) page.dev
  5039.     $(SETPDEV) bmp16m $(bmp_)
  5040.  
  5041. ### -------------------------- CGM file format ------------------------- ###
  5042. ### This driver is under development.  Use at your own risk.             ###
  5043. ### The output is very low-level, consisting only of rectangles and      ###
  5044. ### cell arrays.                                                         ###
  5045.  
  5046. cgm_=gdevcgm.$(OBJ) gdevcgml.$(OBJ)
  5047.  
  5048. gdevcgml_h=gdevcgml.h
  5049. gdevcgmx_h=gdevcgmx.h $(gdevcgml_h)
  5050.  
  5051. gdevcgm.$(OBJ): gdevcgm.c $(GDEV) $(memory__h)\
  5052.  $(gsparam_h) $(gdevpccm_h) $(gdevcgml_h)
  5053.  
  5054. gdevcgml.$(OBJ): gdevcgml.c $(memory__h) $(stdio__h)\
  5055.  $(gdevcgmx_h)
  5056.  
  5057. cgmmono.dev: $(cgm_)
  5058.     $(SETDEV) cgmmono $(cgm_)
  5059.  
  5060. cgm8.dev: $(cgm_)
  5061.     $(SETDEV) cgm8 $(cgm_)
  5062.  
  5063. cgm24.dev: $(cgm_)
  5064.     $(SETDEV) cgm24 $(cgm_)
  5065.  
  5066. ### -------------------- The CIF file format for VLSI ------------------ ###
  5067. ### Note: this driver was contributed by a user: please contact          ###
  5068. ###       Frederic Petrot (petrot@masi.ibp.fr) if you have questions.    ###
  5069.  
  5070. cif_=gdevcif.$(OBJ)
  5071. cif.dev: $(cif_) page.dev
  5072.     $(SETPDEV) cif $(cif_)
  5073.  
  5074. gdevcif.$(OBJ): gdevcif.c $(PDEVH)
  5075.  
  5076. ### ------------------------- JPEG file format ------------------------- ###
  5077.  
  5078. jpeg_=gdevjpeg.$(OBJ)
  5079.  
  5080. # RGB output
  5081. jpeg.dev: $(jpeg_) sdcte.dev page.dev
  5082.     $(SETPDEV) jpeg $(jpeg_)
  5083.     $(ADDMOD) jpeg -include sdcte
  5084.  
  5085. # Gray output
  5086. jpeggray.dev: $(jpeg_) sdcte.dev page.dev
  5087.     $(SETPDEV) jpeggray $(jpeg_)
  5088.     $(ADDMOD) jpeggray -include sdcte
  5089.  
  5090. gdevjpeg.$(OBJ): gdevjpeg.c $(stdio__h) $(PDEVH)\
  5091.  $(sdct_h) $(sjpeg_h) $(stream_h) $(strimpl_h) jpeglib.h
  5092.  
  5093. ### ------------------------- MIFF file format ------------------------- ###
  5094. ### Right now we support only 24-bit direct color, but we might add more ###
  5095. ### formats in the future.                                               ###
  5096.  
  5097. miff_=gdevmiff.$(OBJ)
  5098.  
  5099. miff24.dev: $(miff_) page.dev
  5100.     $(SETPDEV) miff24 $(miff_)
  5101.  
  5102. gdevmiff.$(OBJ): gdevmiff.c $(PDEVH)
  5103.  
  5104. ### --------------------------- MGR devices ---------------------------- ###
  5105. ### Note: these drivers were contributed by a user: please contact       ###
  5106. ###       Carsten Emde (carsten@ce.pr.net.ch) if you have questions.     ###
  5107.  
  5108. MGR=gdevmgr.$(OBJ) gdevpccm.$(OBJ)
  5109.  
  5110. gdevmgr.$(OBJ): gdevmgr.c $(PDEVH) $(gdevpccm_h) gdevmgr.h
  5111.  
  5112. mgrmono.dev: $(MGR) page.dev
  5113.     $(SETPDEV) mgrmono $(MGR)
  5114.  
  5115. mgrgray2.dev: $(MGR) page.dev
  5116.     $(SETPDEV) mgrgray2 $(MGR)
  5117.  
  5118. mgrgray4.dev: $(MGR) page.dev
  5119.     $(SETPDEV) mgrgray4 $(MGR)
  5120.  
  5121. mgrgray8.dev: $(MGR) page.dev
  5122.     $(SETPDEV) mgrgray8 $(MGR)
  5123.  
  5124. mgr4.dev: $(MGR) page.dev
  5125.     $(SETPDEV) mgr4 $(MGR)
  5126.  
  5127. mgr8.dev: $(MGR) page.dev
  5128.     $(SETPDEV) mgr8 $(MGR)
  5129.  
  5130. ### ------------------------- PCX file formats ------------------------- ###
  5131.  
  5132. pcx_=gdevpcx.$(OBJ) gdevpccm.$(OBJ)
  5133.  
  5134. gdevpcx.$(OBJ): gdevpcx.c $(PDEVH) $(gdevpccm_h) $(gxlum_h)
  5135.  
  5136. pcxmono.dev: $(pcx_) page.dev
  5137.     $(SETPDEV) pcxmono $(pcx_)
  5138.  
  5139. pcxgray.dev: $(pcx_) page.dev
  5140.     $(SETPDEV) pcxgray $(pcx_)
  5141.  
  5142. pcx16.dev: $(pcx_) page.dev
  5143.     $(SETPDEV) pcx16 $(pcx_)
  5144.  
  5145. pcx256.dev: $(pcx_) page.dev
  5146.     $(SETPDEV) pcx256 $(pcx_)
  5147.  
  5148. pcx24b.dev: $(pcx_) page.dev
  5149.     $(SETPDEV) pcx24b $(pcx_)
  5150.  
  5151. pcxcmyk.dev: $(pcx_) page.dev
  5152.     $(SETPDEV) pcxcmyk $(pcx_)
  5153.  
  5154. # The 2-up PCX device is here only as an example, and for testing.
  5155. pcx2up.dev: $(LIB_MAK) $(ECHOGS_XE) gdevp2up.$(OBJ) page.dev pcx256.dev
  5156.     $(SETPDEV) pcx2up gdevp2up.$(OBJ)
  5157.     $(ADDMOD) pcx2up -include pcx256
  5158.  
  5159. gdevp2up.$(OBJ): gdevp2up.c $(AK)\
  5160.  $(gdevpccm_h) $(gdevprn_h) $(gxclpage_h)
  5161.  
  5162. ### ------------------- Portable Bitmap file formats ------------------- ###
  5163. ### For more information, see the pbm(5), pgm(5), and ppm(5) man pages.  ###
  5164.  
  5165. pxm_=gdevpbm.$(OBJ)
  5166.  
  5167. gdevpbm.$(OBJ): gdevpbm.c $(PDEVH) $(gscdefs_h) $(gxlum_h)
  5168.  
  5169. ### Portable Bitmap (PBM, plain or raw format, magic numbers "P1" or "P4")
  5170.  
  5171. pbm.dev: $(pxm_) page.dev
  5172.     $(SETPDEV) pbm $(pxm_)
  5173.  
  5174. pbmraw.dev: $(pxm_) page.dev
  5175.     $(SETPDEV) pbmraw $(pxm_)
  5176.  
  5177. ### Portable Graymap (PGM, plain or raw format, magic numbers "P2" or "P5")
  5178.  
  5179. pgm.dev: $(pxm_) page.dev
  5180.     $(SETPDEV) pgm $(pxm_)
  5181.  
  5182. pgmraw.dev: $(pxm_) page.dev
  5183.     $(SETPDEV) pgmraw $(pxm_)
  5184.  
  5185. # PGM with automatic optimization to PBM if this is possible.
  5186.  
  5187. pgnm.dev: $(pxm_) page.dev
  5188.     $(SETPDEV) pgnm $(pxm_)
  5189.  
  5190. pgnmraw.dev: $(pxm_) page.dev
  5191.     $(SETPDEV) pgnmraw $(pxm_)
  5192.  
  5193. ### Portable Pixmap (PPM, plain or raw format, magic numbers "P3" or "P6")
  5194.  
  5195. ppm.dev: $(pxm_) page.dev
  5196.     $(SETPDEV) ppm $(pxm_)
  5197.  
  5198. ppmraw.dev: $(pxm_) page.dev
  5199.     $(SETPDEV) ppmraw $(pxm_)
  5200.  
  5201. # PPM with automatic optimization to PGM or PBM if possible.
  5202.  
  5203. pnm.dev: $(pxm_) page.dev
  5204.     $(SETPDEV) pnm $(pxm_)
  5205.  
  5206. pnmraw.dev: $(pxm_) page.dev
  5207.     $(SETPDEV) pnmraw $(pxm_)
  5208.  
  5209. ### Portable inKmap (CMYK internally, converted to PPM=RGB at output time)
  5210.  
  5211. pkm.dev: $(pxm_) page.dev
  5212.     $(SETPDEV) pkm $(pxm_)
  5213.  
  5214. pkmraw.dev: $(pxm_) page.dev
  5215.     $(SETPDEV) pkmraw $(pxm_)
  5216.  
  5217. ### --------------- Portable Network Graphics file format --------------- ###
  5218. ### Requires libpng 0.81 and zlib 0.95 (or more recent versions).         ###
  5219. ### See libpng.mak and zlib.mak for more details.                         ###
  5220.  
  5221. png_=gdevpng.$(OBJ) gdevpccm.$(OBJ)
  5222.  
  5223. gdevpng.$(OBJ): gdevpng.c $(gdevprn_h) $(gdevpccm_h) $(gscdefs_h) $(PSRC)png.h
  5224.     $(CCCP) gdevpng.c
  5225.  
  5226. pngmono.dev: libpng.dev $(png_) page.dev
  5227.     $(SETPDEV) pngmono  $(png_)
  5228.     $(ADDMOD) pngmono  -include libpng
  5229.  
  5230. pnggray.dev: libpng.dev $(png_) page.dev
  5231.     $(SETPDEV) pnggray  $(png_)
  5232.     $(ADDMOD) pnggray  -include libpng
  5233.  
  5234. png16.dev: libpng.dev $(png_) page.dev
  5235.     $(SETPDEV) png16  $(png_)
  5236.     $(ADDMOD) png16  -include libpng
  5237.  
  5238. png256.dev: libpng.dev $(png_) page.dev
  5239.     $(SETPDEV) png256  $(png_)
  5240.     $(ADDMOD) png256  -include libpng
  5241.  
  5242. png16m.dev: libpng.dev $(png_) page.dev
  5243.     $(SETPDEV) png16m  $(png_)
  5244.     $(ADDMOD) png16m  -include libpng
  5245.  
  5246. ### ---------------------- PostScript image format ---------------------- ###
  5247. ### These devices make it possible to print Level 2 files on a Level 1    ###
  5248. ###   printer, by converting them to a bitmap in PostScript format.       ###
  5249.  
  5250. ps_=gdevpsim.$(OBJ)
  5251.  
  5252. gdevpsim.$(OBJ): gdevpsim.c $(PDEVH)
  5253.  
  5254. psmono.dev: $(ps_) page.dev
  5255.     $(SETPDEV) psmono $(ps_)
  5256.  
  5257. psgray.dev: $(ps_) page.dev
  5258.     $(SETPDEV) psgray $(ps_)
  5259.  
  5260. # Someday there will be RGB and CMYK variants....
  5261.  
  5262. ### -------------------------- SGI RGB pixmaps -------------------------- ###
  5263.  
  5264. sgirgb_=gdevsgi.$(OBJ)
  5265.  
  5266. gdevsgi.$(OBJ): gdevsgi.c $(PDEVH) gdevsgi.h
  5267.  
  5268. sgirgb.dev: $(sgirgb_) page.dev
  5269.     $(SETPDEV) sgirgb $(sgirgb_)
  5270.  
  5271. ### -------------------- Plain or TIFF fax encoding --------------------- ###
  5272. ###    Use -sDEVICE=tiffg3 or tiffg4 and                  ###
  5273. ###      -r204x98 for low resolution output, or              ###
  5274. ###      -r204x196 for high resolution output                  ###
  5275. ###    These drivers recognize 3 page sizes: letter, A4, and B4.      ###
  5276.  
  5277. gdevtifs_h=gdevtifs.h
  5278.  
  5279. tfax_=gdevtfax.$(OBJ)
  5280. tfax.dev: $(tfax_) cfe.dev lzwe.dev rle.dev tiffs.dev
  5281.     $(SETMOD) tfax $(tfax_)
  5282.     $(ADDMOD) tfax -include cfe lzwe rle tiffs
  5283.  
  5284. gdevtfax.$(OBJ): gdevtfax.c $(PDEVH)\
  5285.  $(gdevtifs_h) $(scfx_h) $(slzwx_h) $(srlx_h) $(strimpl_h)
  5286.  
  5287. ### Plain G3/G4 fax with no header
  5288.  
  5289. faxg3.dev: tfax.dev
  5290.     $(SETDEV) faxg3 -include tfax
  5291.  
  5292. faxg32d.dev: tfax.dev
  5293.     $(SETDEV) faxg32d -include tfax
  5294.  
  5295. faxg4.dev: tfax.dev
  5296.     $(SETDEV) faxg4 -include tfax
  5297.  
  5298. ### ---------------------------- TIFF formats --------------------------- ###
  5299.  
  5300. tiffs_=gdevtifs.$(OBJ)
  5301. tiffs.dev: $(tiffs_) page.dev
  5302.     $(SETMOD) tiffs $(tiffs_)
  5303.     $(ADDMOD) tiffs -include page
  5304.  
  5305. gdevtifs.$(OBJ): gdevtifs.c $(PDEVH) $(stdio__h) $(time__h) \
  5306.  $(gdevtifs_h) $(gscdefs_h) $(gstypes_h)
  5307.  
  5308. # Black & white, G3/G4 fax
  5309.  
  5310. tiffcrle.dev: tfax.dev
  5311.     $(SETDEV) tiffcrle -include tfax
  5312.  
  5313. tiffg3.dev: tfax.dev
  5314.     $(SETDEV) tiffg3 -include tfax
  5315.  
  5316. tiffg32d.dev: tfax.dev
  5317.     $(SETDEV) tiffg32d -include tfax
  5318.  
  5319. tiffg4.dev: tfax.dev
  5320.     $(SETDEV) tiffg4 -include tfax
  5321.  
  5322. # Black & white, LZW compression
  5323.  
  5324. tifflzw.dev: tfax.dev
  5325.     $(SETDEV) tifflzw -include tfax
  5326.  
  5327. # Black & white, PackBits compression
  5328.  
  5329. tiffpack.dev: tfax.dev
  5330.     $(SETDEV) tiffpack -include tfax
  5331.  
  5332. # RGB, no compression
  5333.  
  5334. tiffrgb_=gdevtfnx.$(OBJ)
  5335.  
  5336. tiff12nc.dev: $(tiffrgb_) tiffs.dev
  5337.     $(SETPDEV) tiff12nc $(tiffrgb_)
  5338.     $(ADDMOD) tiff12nc -include tiffs
  5339.  
  5340. tiff24nc.dev: $(tiffrgb_) tiffs.dev
  5341.     $(SETPDEV) tiff24nc $(tiffrgb_)
  5342.     $(ADDMOD) tiff24nc -include tiffs
  5343.  
  5344. gdevtfnx.$(OBJ): gdevtfnx.c $(PDEVH) $(gdevtifs_h)
  5345. #    Copyright (C) 1990, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  5346. # This file is part of Aladdin Ghostscript.
  5347. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  5348. # or distributor accepts any responsibility for the consequences of using it,
  5349. # or for whether it serves any particular purpose or works at all, unless he
  5350. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  5351. # License (the "License") for full details.
  5352. # Every copy of Aladdin Ghostscript must include a copy of the License,
  5353. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  5354. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  5355. # under certain conditions described in the License.  Among other things, the
  5356. # License requires that the copyright notice and this notice be preserved on
  5357. # all copies.
  5358.  
  5359. # Partial makefile common to all Unix configurations.
  5360.  
  5361. # This is the last part of the makefile for Unix configurations.
  5362. # Since Unix make doesn't have an 'include' facility, we concatenate
  5363. # the various parts of the makefile together by brute force (in tar_cat).
  5364.  
  5365. # Define the name of this makefile.
  5366. UNIXTAIL_MAK=unixtail.mak
  5367.  
  5368. # The following prevents GNU make from constructing argument lists that
  5369. # include all environment variables, which can easily be longer than
  5370. # brain-damaged system V allows.
  5371.  
  5372. .NOEXPORT:
  5373.  
  5374. # -------------------------------- Library -------------------------------- #
  5375.  
  5376. ## The Unix platforms
  5377.  
  5378. # We have to include a test for the existence of sys/time.h,
  5379. # because some System V platforms don't have it.
  5380.  
  5381. # Define pipes as a separable feature.
  5382.  
  5383. pipe_=gdevpipe.$(OBJ)
  5384. pipe.dev: $(UNIXTAIL_MAK) $(ECHOGS_XE) $(pipe_)
  5385.     $(SETMOD) pipe $(pipe_)
  5386.     $(ADDMOD) pipe -iodev pipe
  5387.  
  5388. gdevpipe.$(OBJ): gdevpipe.c $(AK) $(errno__h) $(stdio__h) $(string__h) \
  5389.   $(gserror_h) $(gsmemory_h) $(gstypes_h) $(gxiodev_h) $(stream_h)
  5390.  
  5391. # Unix platforms other than System V, and also System V Release 4
  5392. # (SVR4) platforms.
  5393. unix__=gp_nofb.$(OBJ) gp_unix.$(OBJ) gp_unifs.$(OBJ) gp_unifn.$(OBJ)
  5394. unix_.dev: $(unix__)
  5395.     $(SETMOD) unix_ $(unix__)
  5396.  
  5397. gp_unix.$(OBJ): gp_unix.c $(AK) $(string__h) $(gx_h) $(gsexit_h) $(gp_h) \
  5398.   $(time__h)
  5399.  
  5400. # System V platforms other than SVR4, which lack some system calls,
  5401. # but have pipes.
  5402. sysv__=gp_nofb.$(OBJ) gp_unix.$(OBJ) gp_unifs.$(OBJ) gp_unifn.$(OBJ) gp_sysv.$(OBJ)
  5403. sysv_.dev: $(sysv__)
  5404.     $(SETMOD) sysv_ $(sysv__)
  5405.  
  5406. gp_sysv.$(OBJ): gp_sysv.c $(stdio__h) $(time__h) $(AK)
  5407.  
  5408. # -------------------------- Auxiliary programs --------------------------- #
  5409.  
  5410. $(ANSI2KNR_XE): ansi2knr.c
  5411.     $(CCA2K) $(O)$(ANSI2KNR_XE) ansi2knr.c
  5412.  
  5413. $(ECHOGS_XE): echogs.c $(AK)
  5414.     $(CCAUX) $(O)$(ECHOGS_XE) echogs.c
  5415.  
  5416. # On the RS/6000 (at least), compiling genarch.c with gcc with -O
  5417. # produces a buggy executable.
  5418. $(GENARCH_XE): genarch.c $(AK) $(stdpre_h)
  5419.     $(CCAUX) $(O)$(GENARCH_XE) genarch.c
  5420.  
  5421. $(GENCONF_XE): genconf.c $(AK) $(stdpre_h)
  5422.     $(CCAUX) $(O)$(GENCONF_XE) genconf.c
  5423.  
  5424. $(GENINIT_XE): geninit.c $(AK) $(stdio__h) $(string__h)
  5425.     $(CCAUX) $(O)$(GENINIT_XE) geninit.c
  5426.  
  5427. # Query the environment to construct gconfig_.h.
  5428. # The "else true; is required because Ultrix's implementation of sh -e
  5429. # terminates execution of a command if any error occurs, even if the command
  5430. # traps the error with ||.
  5431. INCLUDE=/usr/include
  5432. gconfig_.h: $(UNIXTAIL_MAK) $(ECHOGS_XE)
  5433.     ./echogs -w gconfig_.h -x 2f2a -s This file was generated automatically. -s -x 2a2f
  5434.     if ( test -f $(INCLUDE)/dirent.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_DIRENT_H; else true; fi
  5435.     if ( test -f $(INCLUDE)/ndir.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_NDIR_H; else true; fi
  5436.     if ( test -f $(INCLUDE)/sys/dir.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_SYS_DIR_H; else true; fi
  5437.     if ( test -f $(INCLUDE)/sys/ndir.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_SYS_NDIR_H; else true; fi
  5438.     if ( test -f $(INCLUDE)/sys/time.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_SYS_TIME_H; else true; fi
  5439.     if ( test -f $(INCLUDE)/sys/times.h ); then ./echogs -a gconfig_.h -x 23 define HAVE_SYS_TIMES_H; else true; fi
  5440.  
  5441. # ----------------------------- Main program ------------------------------ #
  5442.  
  5443. ### Library files and archive
  5444.  
  5445. LIB_ARCHIVE_ALL=$(LIB_ALL) $(DEVS_ALL)\
  5446.  gsnogc.$(OBJ) gconfig.$(OBJ) gscdefs.$(OBJ)
  5447.  
  5448. # Build an archive for the library only.
  5449. # This is not used in a standard build.
  5450. GSLIB_A=$(GS)lib.a
  5451. $(GSLIB_A): $(LIB_ARCHIVE_ALL)
  5452.     rm -f $(GSLIB_A)
  5453.     $(AR) $(ARFLAGS) $(GSLIB_A) $(LIB_ARCHIVE_ALL)
  5454.     $(RANLIB) $(GSLIB_A)
  5455.  
  5456. ### Interpreter main program
  5457.  
  5458. INT_ARCHIVE_ALL=imainarg.$(OBJ) imain.$(OBJ) $(INT_ALL) $(DEVS_ALL)\
  5459.  gconfig.$(OBJ) gscdefs.$(OBJ)
  5460. XE_ALL=gs.$(OBJ) $(INT_ARCHIVE_ALL)
  5461.  
  5462. # Build a library archive for the entire interpreter.
  5463. # This is not used in a standard build.
  5464. GS_A=$(GS).a
  5465. $(GS_A): $(INT_ARCHIVE_ALL)
  5466.     rm -f $(GS_A)
  5467.     $(AR) $(ARFLAGS) $(GS_A) $(INT_ARCHIVE_ALL)
  5468.     $(RANLIB) $(GS_A)
  5469.  
  5470. # Here is the final link step.  The stuff with LD_RUN_PATH is for SVR4
  5471. # systems with dynamic library loading; I believe it's harmless elsewhere.
  5472. # The resetting of the environment variables to empty strings is for SCO Unix,
  5473. # which has limited environment space.
  5474. $(GS_XE): ld.tr echogs $(XE_ALL)
  5475.     ./echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS_XE)
  5476.     ./echogs -a ldt.tr -n -s gs.$(OBJ) -s
  5477.     cat ld.tr >>ldt.tr
  5478.     ./echogs -a ldt.tr -s - $(EXTRALIBS) -lm
  5479.     LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; \
  5480.     XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
  5481.     FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
  5482.     DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
  5483.     DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
  5484.     DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= \
  5485.     $(SH) <ldt.tr
  5486. #    Copyright (C) 1994, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  5487. # This file is part of Aladdin Ghostscript.
  5488. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  5489. # or distributor accepts any responsibility for the consequences of using it,
  5490. # or for whether it serves any particular purpose or works at all, unless he
  5491. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  5492. # License (the "License") for full details.
  5493. # Every copy of Aladdin Ghostscript must include a copy of the License,
  5494. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  5495. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  5496. # under certain conditions described in the License.  Among other things, the
  5497. # License requires that the copyright notice and this notice be preserved on
  5498. # all copies.
  5499.  
  5500. # Partial makefile common to all Unix and Desqview/X configurations.
  5501.  
  5502. # This is the very last part of the makefile for these configurations.
  5503. # Since Unix make doesn't have an 'include' facility, we concatenate
  5504. # the various parts of the makefile together by brute force (in tar_cat).
  5505.  
  5506. # Define a rule for building profiling configurations.
  5507. pg:
  5508.     make GENOPT='' CFLAGS='-pg -O $(GCFLAGS) $(XCFLAGS)' LDFLAGS='$(XLDFLAGS) -pg' XLIBS='Xt SM ICE Xext X11' CCLEAF='$(CCC)'
  5509.  
  5510. # Define a rule for building debugging configurations.
  5511. debug:
  5512.     make GENOPT='-DDEBUG' CFLAGS='-g -O $(GCFLAGS) $(XCFLAGS)'
  5513.  
  5514. # The rule for gconfigv.h is here because it is shared between Unix and
  5515. # DV/X environments.
  5516. gconfigv.h: unix-end.mak $(MAKEFILE) $(ECHOGS_XE)
  5517.     $(EXP)echogs -w gconfigv.h -x 23 define USE_ASM -x 2028 -q $(USE_ASM)-0 -x 29
  5518.     $(EXP)echogs -a gconfigv.h -x 23 define USE_FPU -x 2028 -q $(FPU_TYPE)-0 -x 29
  5519.     $(EXP)echogs -a gconfigv.h -x 23 define EXTEND_NAMES 0$(EXTEND_NAMES)
  5520.  
  5521. # The following rules are equivalent to what tar_cat does.
  5522. # The rm -f is so that we don't overwrite a file that `make'
  5523. # may currently be reading from.
  5524. GENERIC_MAK_LIST=$(GS_MAK) $(LIB_MAK) $(INT_MAK) $(JPEG_MAK) $(LIBPNG_MAK) $(ZLIB_MAK) $(DEVS_MAK)
  5525. UNIX_MAK_LIST=dvx-gcc.mak unixansi.mak unix-cc.mak unix-gcc.mak
  5526.  
  5527. unix.mak: $(UNIX_MAK_LIST)
  5528.  
  5529. DVX_GCC_MAK=$(VERSION_MAK) dgc-head.mak dvx-head.mak $(GENERIC_MAK_LIST) dvx-tail.mak unix-end.mak
  5530. dvx-gcc.mak: $(DVX_GCC_MAK)
  5531.     rm -f dvx-gcc.mak
  5532.     $(CAT) $(DVX_GCC_MAK) >dvx-gcc.mak
  5533.  
  5534. UNIXANSI_MAK=$(VERSION_MAK) ansihead.mak unixhead.mak $(GENERIC_MAK_LIST) unixtail.mak unix-end.mak
  5535. unixansi.mak: $(UNIXANSI_MAK)
  5536.     rm -f unixansi.mak
  5537.     $(CAT) $(UNIXANSI_MAK) >unixansi.mak
  5538.  
  5539. UNIX_CC_MAK=$(VERSION_MAK) cc-head.mak unixhead.mak $(GENERIC_MAK_LIST) unixtail.mak unix-end.mak
  5540. unix-cc.mak: $(UNIX_CC_MAK)
  5541.     rm -f unix-cc.mak
  5542.     $(CAT) $(UNIX_CC_MAK) >unix-cc.mak
  5543.  
  5544. UNIX_GCC_MAK=$(VERSION_MAK) gcc-head.mak unixhead.mak $(GENERIC_MAK_LIST) unixtail.mak unix-end.mak
  5545. unix-gcc.mak: $(UNIX_GCC_MAK)
  5546.     rm -f unix-gcc.mak
  5547.     $(CAT) $(UNIX_GCC_MAK) >unix-gcc.mak
  5548.  
  5549. # Installation
  5550.  
  5551. TAGS:
  5552.     etags -t *.c *.h
  5553.  
  5554. install: install-exec install-scripts install-data
  5555.  
  5556. # The sh -c in the rules below is required because Ultrix's implementation
  5557. # of sh -e terminates execution of a command if any error occurs, even if
  5558. # the command traps the error with ||.
  5559.  
  5560. install-exec: $(GS)
  5561.     -mkdir $(bindir)
  5562.     $(INSTALL_PROGRAM) $(GS) $(bindir)/$(GS)
  5563.  
  5564. install-scripts: gsnd
  5565.     -mkdir $(scriptdir)
  5566.     sh -c 'for f in gsbj gsdj gsdj500 gslj gslp gsnd bdftops font2c \
  5567. pdf2dsc pdf2ps printafm ps2ascii ps2epsi ps2pdf wftopfa ;\
  5568.     do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
  5569.     done'
  5570.  
  5571. MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf
  5572. install-data: gs.1
  5573.     -mkdir $(mandir)
  5574.     -mkdir $(man1dir)
  5575.     sh -c 'for f in $(MAN1_PAGES) ;\
  5576.     do if ( test -f $$f.1 ); then $(INSTALL_DATA) $$f.1 $(man1dir)/$$f.$(man1ext); fi;\
  5577.     done'
  5578.     -mkdir $(datadir)
  5579.     -mkdir $(gsdir)
  5580.     -mkdir $(gsdatadir)
  5581.     sh -c 'for f in Fontmap \
  5582. cbjc600.ppd cbjc800.ppd *.upp \
  5583. gs_init.ps gs_btokn.ps gs_ccfnt.ps gs_cff.ps gs_cidfn.ps gs_cmap.ps \
  5584. gs_diskf.ps gs_dpnxt.ps gs_dps.ps gs_dps1.ps gs_dps2.ps gs_epsf.ps \
  5585. gs_fonts.ps gs_kanji.ps gs_lev2.ps \
  5586. gs_pfile.ps gs_res.ps gs_setpd.ps gs_statd.ps \
  5587. gs_ttf.ps gs_typ42.ps gs_type1.ps \
  5588. gs_dbt_e.ps gs_iso_e.ps gs_ksb_e.ps gs_std_e.ps gs_sym_e.ps \
  5589. acctest.ps align.ps bdftops.ps caption.ps decrypt.ps docie.ps \
  5590. font2c.ps gslp.ps impath.ps landscap.ps level1.ps lines.ps \
  5591. markhint.ps markpath.ps \
  5592. packfile.ps pcharstr.ps pfbtogs.ps ppath.ps prfont.ps printafm.ps \
  5593. ps2ai.ps ps2ascii.ps ps2epsi.ps ps2image.ps \
  5594. quit.ps showchar.ps showpage.ps stcinfo.ps stcolor.ps \
  5595. traceimg.ps traceop.ps type1enc.ps type1ops.ps uninfo.ps unprot.ps \
  5596. viewcmyk.ps viewgif.ps viewjpeg.ps viewpcx.ps viewpbm.ps viewps2a.ps \
  5597. winmaps.ps wftopfa.ps wrfont.ps zeroline.ps \
  5598. gs_l2img.ps gs_pdf.ps \
  5599. pdf2dsc.ps \
  5600. pdf_base.ps pdf_draw.ps pdf_font.ps pdf_main.ps pdf_sec.ps pdf_2ps.ps \
  5601. gs_mex_e.ps gs_mro_e.ps gs_pdf_e.ps gs_wan_e.ps \
  5602. gs_pdfwr.ps ;\
  5603.     do if ( test -f $$f ); then $(INSTALL_DATA) $$f $(gsdatadir)/$$f; fi;\
  5604.     done'
  5605.     -mkdir $(docdir)
  5606.     sh -c 'for f in COPYING NEWS PUBLIC README \
  5607. bug-form.txt c-style.txt current.txt devices.txt drivers.txt fonts.txt \
  5608. helpers.txt hershey.txt history1.txt history2.txt history3.txt humor.txt \
  5609. install.txt language.txt lib.txt make.txt new-user.txt \
  5610. ps2epsi.txt ps2pdf.txt psfiles.txt public.txt \
  5611. unix-lpr.txt use.txt xfonts.txt ;\
  5612.     do if ( test -f $$f ); then $(INSTALL_DATA) $$f $(docdir)/$$f; fi;\
  5613.     done'
  5614.     -mkdir $(exdir)
  5615.     for f in alphabet.ps chess.ps cheq.ps colorcir.ps escher.ps golfer.ps \
  5616. grayalph.ps snowflak.ps tiger.ps waterfal.ps ;\
  5617.     do $(INSTALL_DATA) $$f $(exdir)/$$f ;\
  5618.     done
  5619.